class Geo::GeoParametrisedPlane3
A plane with an origin and two basis vectors in the plane.
Variables
Name |
Description |
v128 m_Origin |
A point on the plane.
|
GeoPlane3 m_Plane |
A plane definition.
|
v128 m_SubX |
A basis vector (defining X).
|
v128 m_SubY |
A basis vector (defining Y).
|