Blender V4.5
blender::bke::curves::bezier::Insertion Struct Reference

#include <BKE_curves.hh>

Public Attributes

float3 handle_prev
float3 left_handle
float3 position
float3 right_handle
float3 handle_next

Detailed Description

Knot insertion result, see insert.

Definition at line 677 of file BKE_curves.hh.

Member Data Documentation

◆ handle_next

float3 blender::bke::curves::bezier::Insertion::handle_next

Definition at line 682 of file BKE_curves.hh.

Referenced by blender::geometry::sample_interval_bezier().

◆ handle_prev

float3 blender::bke::curves::bezier::Insertion::handle_prev

Definition at line 678 of file BKE_curves.hh.

Referenced by blender::geometry::sample_interval_bezier().

◆ left_handle

float3 blender::bke::curves::bezier::Insertion::left_handle

Definition at line 679 of file BKE_curves.hh.

Referenced by blender::geometry::sample_interval_bezier().

◆ position

float3 blender::bke::curves::bezier::Insertion::position

Definition at line 680 of file BKE_curves.hh.

Referenced by blender::geometry::sample_interval_bezier().

◆ right_handle

float3 blender::bke::curves::bezier::Insertion::right_handle

Definition at line 681 of file BKE_curves.hh.

Referenced by blender::geometry::sample_interval_bezier().


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