Public Member Functions | |
| KPlane () | |
| KPlane (KVector &Normal, float Distance) | |
| KPlane (KVector &Origin, KVector &Normal) | |
| KPlane (KVector &Vector0, KVector &Vector1, KVector &Vector2) | |
| float | Distance (KVector &Vector) |
| void | Normalize () |
| KPPOINTSIDE | GetPointSide (KVector &Point, float Epsilon=0.001f) |
| bool | IsFrontFacingTo (KVector &Direction) |
| double | SignedDistanceTo (KVector &Point) |
Static Public Member Functions | |
| static bool | IsBBoxInside (KPlane *pClipPlane, u32 nClipPlanes, KVector pBBox[6]) |
Public Attributes | |
| KVector | m_Normal |
| float | m_Distance |
Definition at line 16 of file Plane.h.
1.5.1-p1