Blender
V3.3
|
#include <Projections.h>
Public Attributes | |
int64_t | tri_proj [NUM_AXES][2] |
Projections of triangle (min and max) More... | |
double | norm [3] |
Normal of the triangle. More... | |
int | index |
Index of polygon. More... | |
Structure for the projections inheritable from parent
Definition at line 47 of file Projections.h.
int TriangleProjection::index |
Index of polygon.
Definition at line 55 of file Projections.h.
Referenced by CubeTriangleIsect::CubeTriangleIsect().
double TriangleProjection::norm[3] |
Normal of the triangle.
Definition at line 52 of file Projections.h.
Referenced by CubeTriangleIsect::CubeTriangleIsect().
Projections of triangle (min and max)
Definition at line 49 of file Projections.h.
Referenced by CubeTriangleIsect::CubeTriangleIsect(), CubeTriangleIsect::getBoxMask(), CubeTriangleIsect::getIntersectionPrimary(), CubeTriangleIsect::isIntersecting(), and CubeTriangleIsect::isIntersectingPrimary().