This is the documentation for Enlighten.
A class representing a 2d linear transform between UVs.
| Name | Description |
|---|---|
| float m_LinearTransform[2][2] | Transform component as [rows][columns]. |
| float m_Translation[2] | Translation component. |
| Name | Description |
|---|---|
| Geo2DTransform() | Constructor. |
| SetIdentity() | Set identity transform. |
| SetZero() | Clear transform. |
| Transform(const Geo::GeoPoint2 &) | Return a transformed point. |
public: Geo2DTransform()
Constructor.
public: void SetIdentity()
Set identity transform.
public: void SetZero()
Clear transform.
public: Geo::GeoPoint2 Transform
(
const Geo::GeoPoint2 & p
) const
Return a transformed point.