Blender
V3.3
|
#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 |
See comment and diagram for calculate_segment_insertion.
Definition at line 394 of file BKE_spline.hh.
blender::float3 BezierSpline::InsertResult::handle_next |
Definition at line 399 of file BKE_spline.hh.
Referenced by blender::nodes::node_geo_curve_trim_cc::trim_bezier_spline().
blender::float3 BezierSpline::InsertResult::handle_prev |
Definition at line 395 of file BKE_spline.hh.
Referenced by blender::nodes::node_geo_curve_trim_cc::trim_bezier_spline().
blender::float3 BezierSpline::InsertResult::left_handle |
Definition at line 396 of file BKE_spline.hh.
Referenced by blender::nodes::node_geo_curve_trim_cc::to_single_point_bezier(), and blender::nodes::node_geo_curve_trim_cc::trim_bezier_spline().
blender::float3 BezierSpline::InsertResult::position |
Definition at line 397 of file BKE_spline.hh.
Referenced by blender::nodes::node_geo_curve_trim_cc::to_single_point_bezier(), and blender::nodes::node_geo_curve_trim_cc::trim_bezier_spline().
blender::float3 BezierSpline::InsertResult::right_handle |
Definition at line 398 of file BKE_spline.hh.
Referenced by blender::nodes::node_geo_curve_trim_cc::to_single_point_bezier(), and blender::nodes::node_geo_curve_trim_cc::trim_bezier_spline().