Blender  V3.3
Public Attributes | List of all members
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

See insert.

Definition at line 557 of file BKE_curves.hh.

Member Data Documentation

◆ handle_next

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

Definition at line 562 of file BKE_curves.hh.

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

◆ handle_prev

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

Definition at line 558 of file BKE_curves.hh.

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

◆ left_handle

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

Definition at line 559 of file BKE_curves.hh.

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

◆ position

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

Definition at line 560 of file BKE_curves.hh.

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

◆ right_handle

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

Definition at line 561 of file BKE_curves.hh.

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


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