This is the documentation for Enlighten.
This is a model class, which can currently only be a plane or a cylinder.
| Name | Description |
|---|---|
| double m_A | Plane coefficients. |
| double m_B | Plane coefficients. |
| double m_C | Plane coefficients. |
| double m_D | Plane coefficients. |
| Name | Description |
|---|---|
| GetPlaneV128() | Accessor to get a float vector version of the plane. |
| ModelMatchesOrientation(Geo::v128, float) | does this model match given orientation within given tolerance |
public: Geo::v128 GetPlaneV128() const
Accessor to get a float vector version of the plane.
public: bool ModelMatchesOrientation
(
Geo::v128 normal,
float maxNormalDeviationCos
) const
does this model match given orientation within given tolerance