Blender V5.0
AngleCanonical Struct Reference

Public Attributes

float2 sincos
float2 sincos_canonical
int index

Detailed Description

An angle calculated from an edge in a convex hull.

Definition at line 478 of file convexhull_2d.cc.

Member Data Documentation

◆ index

int AngleCanonical::index

The index value for the edge sincos was calculated from, used as a tie breaker.

Definition at line 484 of file convexhull_2d.cc.

Referenced by convexhull_2d_angle_iter_init(), convexhull_2d_angle_iter_step_on_axis(), convexhull_aabb_fit_hull_2d(), and hull_angle_canonical_cmp().

◆ sincos

float2 AngleCanonical::sincos

The edges normalized vector.

Definition at line 480 of file convexhull_2d.cc.

Referenced by convexhull_2d_angle_iter_step_on_axis().

◆ sincos_canonical

float2 AngleCanonical::sincos_canonical

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