#include <glgeometry.h>
Public Member Functions | |
void | ProjectToPlane (const Vector3F &vector, Vector3F *projected) const |
Projects the given vector onto the plain and creates a normal vector in the plane. | |
Static Public Member Functions | |
static void | CreatePlane (const Vector3F *vertices, Plane *plane) |
Create a plane from 3 points. | |
Public Attributes | |
Vector3F | n |
normal | |
float | d |
offset |