Blender V4.3
blender::bke::CurvesGeometryRuntime::EvaluatedOffsets Struct Reference

#include <BKE_curves.hh>

Public Attributes

Vector< intevaluated_offsets
 
Vector< intall_bezier_offsets
 

Detailed Description

Cache of offsets into the evaluated array for each curve, accounting for all previous evaluated points, Bezier curve vector segments, different resolutions per curve, etc.

Definition at line 84 of file BKE_curves.hh.

Member Data Documentation

◆ all_bezier_offsets

Vector<int> blender::bke::CurvesGeometryRuntime::EvaluatedOffsets::all_bezier_offsets

◆ evaluated_offsets

Vector<int> blender::bke::CurvesGeometryRuntime::EvaluatedOffsets::evaluated_offsets

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