Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

gbmath::geometry::Plane Class Reference

Plane class. More...

#include <plane.h>

List of all members.

Public Methods

Constructors
 Plane (const V3 &normal=V3::O, float distance=0.f)
 .

 Plane (const V3 &normal, const V3 &pointonplane)
 .

 Plane (const V3 *pVerts, int numVerts)
 .

 Plane (const std::vector< V3 > &verts)
 .

Initializers
void Set (const V3 &normal=V3::O, const V3 &point=V3::O)
 .

void Set (const V3 &normal=V3::O, float distance=0.f)
 .

void Set (const V3 *pVerts, int numVerts)
 .

void Set (const std::vector< V3 > &verts)
 .

Accessors
V3 GetPoint () const
 .

V3 GetNormal ()
 .

const V3GetNormal () const
 .

float GetDistance () const
 .

Operations
float DistanceToPoint (const V3 &point) const
 .


Detailed Description

Plane class.


The documentation for this class was generated from the following file:
Generated on Mon Sep 2 14:52:34 2002 for GunBuster Engine by doxygen1.2.17