Blender  V2.93
Public Attributes | List of all members
CurvatureSortPoint Struct Reference

Public Attributes

int point_index
 
float point_curvature
 

Detailed Description

Struct to sort curvature of control point edges.

Definition at line 654 of file curveprofile.c.

Member Data Documentation

◆ point_curvature

float CurvatureSortPoint::point_curvature

The curvature of the edge with the above index.

Definition at line 658 of file curveprofile.c.

Referenced by BKE_curveprofile_create_samples(), and sort_points_curvature().

◆ point_index

int CurvatureSortPoint::point_index

The index of the corresponding profile point.

Definition at line 656 of file curveprofile.c.

Referenced by BKE_curveprofile_create_samples().


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