|
Blender V4.3
|
Public Attributes | |
| HullAngleStep * | next |
| AngleCanonical | angle |
| int | index |
| int | index_max |
This represents an angle at index index.
Definition at line 386 of file convexhull_2d.cc.
| AngleCanonical HullAngleStep::angle |
The current angle value.
Definition at line 391 of file convexhull_2d.cc.
Referenced by convexhull_2d_angle_iter_init(), convexhull_2d_angle_iter_step(), convexhull_2d_angle_iter_step_on_axis(), convexhull_aabb_fit_hull_2d(), and hull_angle_insert_ordered().
| int HullAngleStep::index |
The next index value to step into.
Definition at line 394 of file convexhull_2d.cc.
Referenced by convexhull_2d_angle_iter_init(), and convexhull_2d_angle_iter_step_on_axis().
| int HullAngleStep::index_max |
Do not seek past this index.
Definition at line 396 of file convexhull_2d.cc.
Referenced by convexhull_2d_angle_iter_init(), and convexhull_2d_angle_iter_step_on_axis().
| HullAngleStep* HullAngleStep::next |
Single linked list.
Definition at line 388 of file convexhull_2d.cc.
Referenced by convexhull_2d_angle_iter_step(), and hull_angle_insert_ordered().