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 AABoxClass * | Box |
| const TriClass * | Tri |
Definition at line 860 of file colmathaabtri.cpp.
|
inline |
Definition at line 862 of file colmathaabtri.cpp.
|
inline |
Definition at line 868 of file colmathaabtri.cpp.
| float AABTIntersectStruct::AE[3][3] |
Definition at line 882 of file colmathaabtri.cpp.
| float AABTIntersectStruct::AN[3] |
Definition at line 883 of file colmathaabtri.cpp.
| Vector3 AABTIntersectStruct::AxE[3][3] |
Definition at line 884 of file colmathaabtri.cpp.
| const AABoxClass* AABTIntersectStruct::Box |
Definition at line 889 of file colmathaabtri.cpp.
| Vector3 AABTIntersectStruct::D |
Definition at line 881 of file colmathaabtri.cpp.
| Vector3 AABTIntersectStruct::E[3] |
Definition at line 886 of file colmathaabtri.cpp.
| Vector3 AABTIntersectStruct::N |
Definition at line 887 of file colmathaabtri.cpp.
| const TriClass* AABTIntersectStruct::Tri |
Definition at line 890 of file colmathaabtri.cpp.