Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCFrustum.cpp File Reference

#include "ExCFrustum.h"

Go to the source code of this file.

Enumerations

enum  FrustumSide {
  RIGHT = 0, LEFT = 1, BOTTOM = 2, TOP = 3,
  BACK = 4, FRONT = 5
}
enum  PlaneData { A = 0, B = 1, C = 2, D = 3 }


Enumeration Type Documentation

enum FrustumSide
 

Enumeration values:
RIGHT 
LEFT 
BOTTOM 
TOP 
BACK 
FRONT 

Definition at line 26 of file ExCFrustum.cpp.

00027 {
00028         RIGHT   = 0,            // The RIGHT side of the frustum
00029         LEFT    = 1,            // The LEFT      side of the frustum
00030         BOTTOM  = 2,            // The BOTTOM side of the frustum
00031         TOP             = 3,            // The TOP side of the frustum
00032         BACK    = 4,            // The BACK     side of the frustum
00033         FRONT   = 5                     // The FRONT side of the frustum
00034 }; 

enum PlaneData
 

Enumeration values:
A 
B 
C 
D 

Definition at line 37 of file ExCFrustum.cpp.

00038 {
00039         A = 0,                          // The X value of the plane's normal
00040         B = 1,                          // The Y value of the plane's normal
00041         C = 2,                          // The Z value of the plane's normal
00042         D = 3                           // The distance the plane is from the origin
00043 };


Generated on Tue Dec 10 18:20:10 2002 for ExNihilo by doxygen1.3-rc1