Versions Compared

Key

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

Classes

NameDescription
Geo::GeoParametrisedPlane3

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

Enums

NameDescription
eBoxLocation

Location of a box relative to a plane.

ePointLocation

Location of a point relative to a plane.

Typedefs

NameDescription
v128 GeoPlane3

A plane in 3D. xyz are the ABC coefficients for the plane normal and w satisfies Ax + By + Cz + D = 0.


Anchor
ac412404f57a2afaefdb06e72356e59b6
ac412404f57a2afaefdb06e72356e59b6

eBoxLocation

...

public: enum eBoxLocation
{
    BL_IN_FRONT,
    BL_BEHIND,
    BL_INTERSECTS,
    NUM_BOX_LOCATIONS
}

...

Location of a box relative to a plane.

enumerators
BL_IN_FRONT
BL_BEHIND
BL_INTERSECTS
NUM_BOX_LOCATIONS


Anchor
ad370b4c0f511aad4fbf86c75f33605b2
ad370b4c0f511aad4fbf86c75f33605b2

ePointLocation

...

public: enum ePointLocation
{
    PL_IN_FRONT,
    PL_BEHIND,
    PL_COPLANAR,
    NUM_POINT_LOCATIONS
}

...

Location of a point relative to a plane.

enumerators
PL_IN_FRONT
PL_BEHIND
PL_COPLANAR
NUM_POINT_LOCATIONS