Blender  V3.3
Public Attributes | List of all members
BezierSpline::InterpolationData Struct Reference

#include <BKE_spline.hh>

Public Attributes

int control_point_index
 
int next_control_point_index
 
float factor
 

Detailed Description

Definition at line 367 of file BKE_spline.hh.

Member Data Documentation

◆ control_point_index

int BezierSpline::InterpolationData::control_point_index

Definition at line 368 of file BKE_spline.hh.

◆ factor

float BezierSpline::InterpolationData::factor

Linear interpolation weight between the two indices, from 0 to 1. Higher means closer to next control point.

Definition at line 374 of file BKE_spline.hh.

◆ next_control_point_index

int BezierSpline::InterpolationData::next_control_point_index

Definition at line 369 of file BKE_spline.hh.


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