|
Blender
V2.93
|
#include <MOD_lineart.h>
Public Attributes | |
| struct LineartVert | base |
| int | isec1 |
| int | isec2 |
| struct LineartTriangle * | intersecting_with |
Definition at line 128 of file MOD_lineart.h.
| struct LineartVert LineartVertIntersection::base |
Definition at line 124 of file MOD_lineart.h.
| struct LineartTriangle* LineartVertIntersection::intersecting_with |
Definition at line 132 of file MOD_lineart.h.
Referenced by lineart_triangle_2v_intersection_test().
| int LineartVertIntersection::isec1 |
Use vert index because we only use this to check vertex equal. This way we save 8 Bytes.
Definition at line 131 of file MOD_lineart.h.
Referenced by lineart_vert_already_intersected_2v(), and lineart_vert_set_intersection_2v().
| int LineartVertIntersection::isec2 |
Definition at line 131 of file MOD_lineart.h.
Referenced by lineart_vert_already_intersected_2v(), and lineart_vert_set_intersection_2v().