|
Blender V5.0
|
Public Member Functions | |
| Segment * | create_segment (const int curve, const int point) |
| void | merge_adjacent_segments () |
Public Attributes | |
| Vector< Segment > | segments |
Structure describing:
Definition at line 945 of file grease_pencil_geom.cc.
|
inline |
Definition at line 951 of file grease_pencil_geom.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::ed::greasepencil::trim::End, blender::Vector< T, InlineBufferCapacity, Allocator >::last(), and blender::ed::greasepencil::trim::Start.
Referenced by blender::ed::greasepencil::trim::trim_curve_segments().
|
inline |
Definition at line 964 of file grease_pencil_geom.cc.
References b, blender::ed::greasepencil::trim::Segment::curve, blender::ed::greasepencil::trim::End, blender::ed::greasepencil::trim::Segment::intersection_distance, blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::ed::greasepencil::trim::Segment::is_intersected, blender::ed::greasepencil::trim::Segment::point_range, blender::Vector< T, InlineBufferCapacity, Allocator >::pop_last(), and blender::ed::greasepencil::trim::Start.
Referenced by blender::ed::greasepencil::trim::trim_curve_segments().
Definition at line 948 of file grease_pencil_geom.cc.
Referenced by blender::ed::greasepencil::trim::trim_curve_segments().