|
MPMA Framework 0.4
|
A plane. More...
#include <GeoObjects.h>
Public Member Functions | |
| Plane () | |
| Plane (const Vector3 &inPos, const Vector3 &inNormal) | |
| from a position and a normal | |
| Plane (float inC0, float inC1, float inC2, float inC3) | |
| from the 4 coeffecients | |
| Vector3 & | Normal () const |
| gets normal of plane | |
| void | Renormalize () |
| normalizes normal of plane | |
Public Attributes | |
| float | c3 |
| plane coeffecients | |
A plane.
| GEO::Plane::Plane | ( | ) | [inline] |
1.7.4