Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
AABTIntersectStruct Struct Reference

Public Member Functions

 AABTIntersectStruct (void)
 
void Init (const AABoxClass &box, const TriClass &tri)
 

Public Attributes

Vector3 D
 
float AE [3][3]
 
float AN [3]
 
Vector3 AxE [3][3]
 
Vector3 E [3]
 
Vector3 N
 
const AABoxClassBox
 
const TriClassTri
 

Detailed Description

Definition at line 860 of file colmathaabtri.cpp.

Constructor & Destructor Documentation

◆ AABTIntersectStruct()

AABTIntersectStruct::AABTIntersectStruct ( void )
inline

Definition at line 862 of file colmathaabtri.cpp.

Member Function Documentation

◆ Init()

void AABTIntersectStruct::Init ( const AABoxClass & box,
const TriClass & tri )
inline

Definition at line 868 of file colmathaabtri.cpp.

Member Data Documentation

◆ AE

float AABTIntersectStruct::AE[3][3]

Definition at line 882 of file colmathaabtri.cpp.

◆ AN

float AABTIntersectStruct::AN[3]

Definition at line 883 of file colmathaabtri.cpp.

◆ AxE

Vector3 AABTIntersectStruct::AxE[3][3]

Definition at line 884 of file colmathaabtri.cpp.

◆ Box

const AABoxClass* AABTIntersectStruct::Box

Definition at line 889 of file colmathaabtri.cpp.

◆ D

Vector3 AABTIntersectStruct::D

Definition at line 881 of file colmathaabtri.cpp.

◆ E

Vector3 AABTIntersectStruct::E[3]

Definition at line 886 of file colmathaabtri.cpp.

◆ N

Vector3 AABTIntersectStruct::N

Definition at line 887 of file colmathaabtri.cpp.

◆ Tri

const TriClass* AABTIntersectStruct::Tri

Definition at line 890 of file colmathaabtri.cpp.


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