Blender V4.3
Knot Struct Reference

Public Attributes

Knotnext
 
Knotprev
 
uint point_index
 
uint knot_index
 
float tan [2][3]
 
float handles [2]
 
HeapNodeheap_node
 
uint can_remove: 1
 
uint is_removed: 1
 
const floatco
 

Detailed Description

Definition at line 25 of file curve_decimate.cc.

Member Data Documentation

◆ can_remove

uint Knot::can_remove

◆ co

const float* Knot::co

◆ handles

float Knot::handles[2]

Definition at line 30 of file curve_decimate.cc.

Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().

◆ heap_node

HeapNode* Knot::heap_node

◆ is_removed

uint Knot::is_removed

Definition at line 34 of file curve_decimate.cc.

Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().

◆ knot_index

uint Knot::knot_index

◆ next

Knot* Knot::next

◆ point_index

uint Knot::point_index

◆ prev

Knot * Knot::prev

◆ tan

float Knot::tan[2][3]

Definition at line 29 of file curve_decimate.cc.

Referenced by knot_remove_error_recalculate().


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