|
Blender V5.0
|
Public Attributes | |
| int | point_index |
| float | point_curvature |
Struct to sort curvature of control point edges.
Definition at line 642 of file curveprofile.cc.
| float CurvatureSortPoint::point_curvature |
The curvature of the edge with the above index.
Definition at line 646 of file curveprofile.cc.
Referenced by create_samples(), and sort_points_curvature().
| int CurvatureSortPoint::point_index |
The index of the corresponding profile point.
Definition at line 644 of file curveprofile.cc.
Referenced by create_samples().