Plane3D Struct Reference

A plane in 3D space. More...

#include <Geometry.h>

List of all members.

Public Attributes

Vector n
float d


Detailed Description

A plane in 3D space.

Plane given by ax + by + cz + d = 0, where n = (a,b,c)'.

Definition at line 50 of file Geometry.h.


Member Data Documentation

float Plane3D::d
 

Distance from (0, 0, 0).

Definition at line 53 of file Geometry.h.

Vector Plane3D::n
 

Normal vector of the plane.

Definition at line 52 of file Geometry.h.


Generated on Sun Jul 2 13:20:41 2006 for Demo by  doxygen 1.4.6-NO