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

Public Attributes

Nurbnu
 
int bezt_index
 
float t
 

Detailed Description

Data required for segment altering functionality.

Definition at line 78 of file editcurve_pen.c.

Member Data Documentation

◆ bezt_index

int MoveSegmentData::bezt_index

Definition at line 82 of file editcurve_pen.c.

Referenced by curve_pen_modal(), is_spline_nearby(), and move_segment().

◆ nu

Nurb* MoveSegmentData::nu

Definition at line 80 of file editcurve_pen.c.

Referenced by curve_pen_modal(), is_spline_nearby(), and move_segment().

◆ t

float MoveSegmentData::t

Definition at line 84 of file editcurve_pen.c.

Referenced by is_spline_nearby(), and move_segment().


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