Blender V4.3
blender::ed::greasepencil::trim::Segment Struct Reference

Public Attributes

int curve
 
int point_range [2]
 
float intersection_distance [2]
 
bool is_intersected [2]
 

Detailed Description

Structure describing a curve segment (a point range in a curve) that needs to be removed from the curve.

Definition at line 846 of file grease_pencil_geom.cc.

Member Data Documentation

◆ curve

int blender::ed::greasepencil::trim::Segment::curve

◆ intersection_distance

float blender::ed::greasepencil::trim::Segment::intersection_distance[2]

Definition at line 859 of file grease_pencil_geom.cc.

◆ is_intersected

bool blender::ed::greasepencil::trim::Segment::is_intersected[2]

Definition at line 863 of file grease_pencil_geom.cc.

◆ point_range

int blender::ed::greasepencil::trim::Segment::point_range[2]

Definition at line 852 of file grease_pencil_geom.cc.


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