Struct MonotonicArc3Point
Represents one or two Arc3Point segments that are each monotonic in the Y direction.
public readonly struct MonotonicArc3Point
- Inherited Members
Constructors
MonotonicArc3Point(Arc3Point)
Creates a single-segment monotonic arc.
public MonotonicArc3Point(Arc3Point only)
Parameters
only
Arc3Point
MonotonicArc3Point(Arc3Point, Arc3Point)
Creates a two-segment Y-monotonic arc.
public MonotonicArc3Point(Arc3Point first, Arc3Point second)
Parameters
Fields
First
The first monotonic segment.
public readonly Arc3Point First
Field Value
Second
The optional second segment, if the arc was split.
public readonly Arc3Point? Second
Field Value
Properties
IsSplit
True if the arc was split into two segments.
public bool IsSplit { get; }