Blender V4.3
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 610 of file BKE_curves.hh.

Member Data Documentation

◆ handle_next

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

Definition at line 615 of file BKE_curves.hh.

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

◆ handle_prev

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

◆ left_handle

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

Definition at line 612 of file BKE_curves.hh.

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

◆ position

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

Definition at line 613 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 614 of file BKE_curves.hh.

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


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