Blender  V3.3
Public Attributes | List of all members
Knot Struct Reference

Public Attributes

struct Knotnext
 
struct 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 19 of file curve_decimate.c.

Member Data Documentation

◆ can_remove

uint Knot::can_remove

◆ co

const float* Knot::co

◆ handles

float Knot::handles[2]

Definition at line 24 of file curve_decimate.c.

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 28 of file curve_decimate.c.

Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().

◆ knot_index

uint Knot::knot_index

◆ next

struct Knot* Knot::next

◆ point_index

uint Knot::point_index

◆ prev

struct Knot * Knot::prev

◆ tan

float Knot::tan[2][3]

Definition at line 23 of file curve_decimate.c.

Referenced by knot_remove_error_recalculate().


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