Blender V4.3
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 386 of file convexhull_2d.cc.

Member Data Documentation

◆ angle

◆ index

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().

◆ index_max

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().

◆ next

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().


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