Blender V5.0
HullAngleStep Struct Reference

Public Attributes

HullAngleStepnext
AngleCanonical angle
int index
int index_max

Detailed Description

This represents an angle at index index.

Definition at line 516 of file convexhull_2d.cc.

Member Data Documentation

◆ angle

◆ index

int HullAngleStep::index

The next index value to step into.

Definition at line 524 of file convexhull_2d.cc.

Referenced by convexhull_2d_angle_iter_init(), and convexhull_2d_angle_iter_step_on_axis().

◆ index_max

int HullAngleStep::index_max

Do not seek past this index.

Definition at line 526 of file convexhull_2d.cc.

Referenced by convexhull_2d_angle_iter_init(), and convexhull_2d_angle_iter_step_on_axis().

◆ next

HullAngleStep* HullAngleStep::next

Single linked list.

Definition at line 518 of file convexhull_2d.cc.

Referenced by convexhull_2d_angle_iter_step(), and hull_angle_insert_ordered().


The documentation for this struct was generated from the following file: