Blender V5.0
blender::ed::sculpt_paint::greasepencil::SegmentCircleIntersection Struct Reference

Public Member Functions

bool is_valid () const

Public Attributes

float factor = 2.0f
bool inside_outside_intersection = false
int ring_index = -1

Detailed Description

Definition at line 65 of file grease_pencil_erase.cc.

Member Function Documentation

◆ is_valid()

bool blender::ed::sculpt_paint::greasepencil::SegmentCircleIntersection::is_valid ( ) const
inline

Definition at line 79 of file grease_pencil_erase.cc.

References factor, and IN_RANGE.

Member Data Documentation

◆ factor

float blender::ed::sculpt_paint::greasepencil::SegmentCircleIntersection::factor = 2.0f

Definition at line 69 of file grease_pencil_erase.cc.

Referenced by is_valid().

◆ inside_outside_intersection

bool blender::ed::sculpt_paint::greasepencil::SegmentCircleIntersection::inside_outside_intersection = false

Definition at line 73 of file grease_pencil_erase.cc.

◆ ring_index

int blender::ed::sculpt_paint::greasepencil::SegmentCircleIntersection::ring_index = -1

Definition at line 75 of file grease_pencil_erase.cc.


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