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

Public Member Functions

 ObbIntersectionStruct (const OBBoxClass &box0, const OBBoxClass &box1)
 

Public Attributes

Vector3 C
 
Vector3 A [3]
 
Vector3 B [3]
 
float AB [3][3]
 
const OBBoxClassBox0
 
const OBBoxClassBox1
 

Detailed Description

ObbIntersectionStruct Contains all of the intermediate and temporary values used by the set of functions used in detecting intersection for obb's

Definition at line 123 of file colmathobbobb.cpp.

Constructor & Destructor Documentation

◆ ObbIntersectionStruct()

ObbIntersectionStruct::ObbIntersectionStruct ( const OBBoxClass & box0,
const OBBoxClass & box1 )
inline

Definition at line 125 of file colmathobbobb.cpp.

Member Data Documentation

◆ A

Vector3 ObbIntersectionStruct::A[3]

Definition at line 141 of file colmathobbobb.cpp.

◆ AB

float ObbIntersectionStruct::AB[3][3]

Definition at line 143 of file colmathobbobb.cpp.

◆ B

Vector3 ObbIntersectionStruct::B[3]

Definition at line 142 of file colmathobbobb.cpp.

◆ Box0

const OBBoxClass& ObbIntersectionStruct::Box0

Definition at line 145 of file colmathobbobb.cpp.

◆ Box1

const OBBoxClass& ObbIntersectionStruct::Box1

Definition at line 146 of file colmathobbobb.cpp.

◆ C

Vector3 ObbIntersectionStruct::C

Definition at line 140 of file colmathobbobb.cpp.


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