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 OBBoxClass & | Box0 |
| const OBBoxClass & | Box1 |
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.
|
inline |
Definition at line 125 of file colmathobbobb.cpp.
| Vector3 ObbIntersectionStruct::A[3] |
Definition at line 141 of file colmathobbobb.cpp.
| float ObbIntersectionStruct::AB[3][3] |
Definition at line 143 of file colmathobbobb.cpp.
| Vector3 ObbIntersectionStruct::B[3] |
Definition at line 142 of file colmathobbobb.cpp.
| const OBBoxClass& ObbIntersectionStruct::Box0 |
Definition at line 145 of file colmathobbobb.cpp.
| const OBBoxClass& ObbIntersectionStruct::Box1 |
Definition at line 146 of file colmathobbobb.cpp.
| Vector3 ObbIntersectionStruct::C |
Definition at line 140 of file colmathobbobb.cpp.