Page principale   Liste des namespaces   Hiérarchie des classes   Liste par ordre alphabétique   Liste des composants   Liste des fichiers   Composants   Déclarations  

Référence du fichier ExCFrustum.cpp

#include "ExCFrustum.h"

Aller au code source de ce fichier.

Énumérations

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


Documentation du type de l'énumeration

enum FrustumSide
 

Éléments énumérés:
RIGHT 
LEFT 
BOTTOM 
TOP 
BACK 
FRONT 

Définition à la ligne 26 du fichier 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
 

Éléments énumérés:
A 
B 
C 
D 

Définition à la ligne 37 du fichier 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 };


Généré le Tue Aug 6 20:25:31 2002 pour ExNihilo par doxygen1.2.17