|
Blender V4.3
|
Public Attributes | |
| float | dist_sq |
| float | co [3] |
| uint | v [2] |
| blender::int2 * | e [2] |
| char | flag |
Used for gathering edge connectivity.
Definition at line 63 of file MOD_screw.cc.
| float ScrewVertConnect::co[3] |
Location relative to the transformed axis.
Definition at line 67 of file MOD_screw.cc.
Referenced by modify_mesh().
| float ScrewVertConnect::dist_sq |
Distance from the center axis.
Definition at line 65 of file MOD_screw.cc.
Referenced by modify_mesh().
| blender::int2* ScrewVertConnect::e[2] |
Edges on either side, a bit of a waste since each edge ref's 2 edges.
Definition at line 71 of file MOD_screw.cc.
Referenced by modify_mesh(), screwvert_iter_init(), and screwvert_iter_step().
| char ScrewVertConnect::flag |
Definition at line 72 of file MOD_screw.cc.
Referenced by modify_mesh().
| uint ScrewVertConnect::v[2] |
2 verts on either side of this one.
Definition at line 69 of file MOD_screw.cc.
Referenced by modify_mesh(), screwvert_iter_init(), and screwvert_iter_step().