Blender
V3.3
|
#include <BKE_spline.hh>
Public Attributes | |
blender::Vector< float > | weights |
blender::Vector< int > | start_indices |
Definition at line 448 of file BKE_spline.hh.
blender::Vector<int> NURBSpline::BasisCache::start_indices |
An offset for the start of weights: the first control point index with a non-zero weight.
Definition at line 457 of file BKE_spline.hh.
Referenced by NURBSpline::calculate_basis_cache(), and interpolate_to_evaluated_impl().
blender::Vector<float> NURBSpline::BasisCache::weights |
For each evaluated point, the weight for all control points that influences it. The vector's size is the evaluated point count multiplied by the spline's order.
Definition at line 453 of file BKE_spline.hh.
Referenced by NURBSpline::calculate_basis_cache(), and interpolate_to_evaluated_impl().