|
Blender
V3.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 9 of file Projections.h.
| #define GRID_DIMENSION 20 |
Definition at line 10 of file Projections.h.
| #define NUM_AXES 13 |
Definition at line 42 of file Projections.h.
|
extern |
Definition at line 21 of file Projections.cpp.
|
extern |
Definition at line 28 of file Projections.cpp.
|
extern |
Definition at line 43 of file Projections.cpp.
Referenced by ED_draw_object_facemap(), ED_gizmo_draw_preset_facemap(), ED_object_facemap_face_add(), and ED_object_facemap_face_remove().
|
extern |
Structures and classes for computing projections of triangles onto separating axes during scan conversion
Definition at line 10 of file Projections.cpp.
Referenced by CubeTriangleIsect::CubeTriangleIsect().