World of Rigid Bodies (WoRB)
|
Represents a true plane. More...
#include <Geometry.h>
Public Member Functions | |
TruePlane () | |
Data Fields | |
Quaternion | Direction |
The plane normal. | |
double | Offset |
The distance of the plane from the origin. |
Represents a true plane.
Definition at line 130 of file Geometry.h.
WoRB::TruePlane::TruePlane | ( | ) | [inline] |
Definition at line 134 of file Geometry.h.
: Geometry( Geometry::_TruePlane ) , Offset( 0 ) { }
double WoRB::TruePlane::Offset |
The distance of the plane from the origin.
Definition at line 146 of file Geometry.h.
Referenced by WoRB::Sphere::Check().