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

Public Attributes

float dmin [3]
 
float dmax [3]
 
float curvespace [4][4]
 
float objectspace [4][4]
 
float objectspace3 [3][3]
 
int no_rot_axis
 

Detailed Description

Calculations is in local space of deformed object so we store matrices to transform points to/from local-space.

Definition at line 38 of file curve_deform.c.

Member Data Documentation

◆ curvespace

float CurveDeform::curvespace[4][4]

Definition at line 40 of file curve_deform.c.

Referenced by BKE_curve_deform_co(), curve_deform_coords_impl(), and init_curve_deform().

◆ dmax

float CurveDeform::dmax[3]

Definition at line 39 of file curve_deform.c.

Referenced by BKE_curve_deform_co(), calc_curve_deform(), and curve_deform_coords_impl().

◆ dmin

float CurveDeform::dmin[3]

Definition at line 39 of file curve_deform.c.

Referenced by BKE_curve_deform_co(), calc_curve_deform(), and curve_deform_coords_impl().

◆ no_rot_axis

int CurveDeform::no_rot_axis

Definition at line 41 of file curve_deform.c.

Referenced by BKE_curve_deform_co(), calc_curve_deform(), and init_curve_deform().

◆ objectspace

float CurveDeform::objectspace[4][4]

Definition at line 40 of file curve_deform.c.

Referenced by BKE_curve_deform_co(), curve_deform_coords_impl(), and init_curve_deform().

◆ objectspace3

float CurveDeform::objectspace3[3][3]

Definition at line 40 of file curve_deform.c.

Referenced by BKE_curve_deform_co(), and init_curve_deform().


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