Public Member Functions | Public Attributes

Lib3D.Plane Struct Reference

List of all members.

Public Member Functions

 Plane (double a, double b, double c, double d)
 Plane (Vector3 normal, double d)
 Plane (Vector3 a, Vector3 b, Vector3 c)
void Normalize ()
int Classify (AABBox box)
Nullable< double > ISect (Ray ray)

Public Attributes

Vector3 Normal
double D

Constructor & Destructor Documentation

Lib3D.Plane.Plane ( double  a,
double  b,
double  c,
double  d 
)
Lib3D.Plane.Plane ( Vector3  normal,
double  d 
)
Lib3D.Plane.Plane ( Vector3  a,
Vector3  b,
Vector3  c 
)

Member Function Documentation

int Lib3D.Plane.Classify ( AABBox  box  ) 
Nullable<double> Lib3D.Plane.ISect ( Ray  ray  ) 
void Lib3D.Plane.Normalize (  ) 

Member Data Documentation

double Lib3D.Plane.D

The documentation for this struct was generated from the following file: