grinliz::Plane Struct Reference

#include <glgeometry.h>

List of all members.


Detailed Description

Plane n * p + d = 0 ax + by + cz + d = 0


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


The documentation for this struct was generated from the following file:
Generated on Fri Mar 23 19:36:25 2007 for Lilith3D by  doxygen 1.5.1-p1