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

#include <BKE_spline.hh>

Public Attributes

blender::float3 handle_prev
 
blender::float3 left_handle
 
blender::float3 position
 
blender::float3 right_handle
 
blender::float3 handle_next
 

Detailed Description

See comment and diagram for calculate_segment_insertion.

Definition at line 394 of file BKE_spline.hh.

Member Data Documentation

◆ handle_next

blender::float3 BezierSpline::InsertResult::handle_next

◆ handle_prev

blender::float3 BezierSpline::InsertResult::handle_prev

◆ left_handle

blender::float3 BezierSpline::InsertResult::left_handle

◆ position

blender::float3 BezierSpline::InsertResult::position

◆ right_handle

blender::float3 BezierSpline::InsertResult::right_handle

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