Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::GeoParametrisedPlane3

A plane with an origin and two basis vectors in the plane.

Variables

NameDescription
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).