|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | TriangleProjection |
| struct | CubeProjection |
| class | CubeTriangleIsect |
Macros | |
| #define | CONTAINS_INDEX |
| #define | GRID_DIMENSION 20 |
| #define | NUM_AXES 13 |
Variables | |
| const int | vertmap [8][3] |
| const int | centmap [3][3][3][2] |
| const int | edgemap [12][2] |
| const int | facemap [6][4] |
| #define CONTAINS_INDEX |
Definition at line 11 of file Projections.h.
| #define GRID_DIMENSION 20 |
Definition at line 12 of file Projections.h.
Referenced by Octree::Octree().
| #define NUM_AXES 13 |
Definition at line 44 of file Projections.h.
Referenced by CubeTriangleIsect::CubeTriangleIsect(), CubeTriangleIsect::CubeTriangleIsect(), CubeTriangleIsect::isIntersecting(), CubeTriangleIsect::isIntersectingPrimary(), and CubeTriangleIsect::shift().
|
extern |
Definition at line 23 of file Projections.cpp.
|
extern |
Definition at line 30 of file Projections.cpp.
|
extern |
Definition at line 45 of file Projections.cpp.
|
extern |
Structures and classes for computing projections of triangles onto separating axes during scan conversion
Definition at line 12 of file Projections.cpp.
Referenced by CubeTriangleIsect::CubeTriangleIsect().