Struct Polygon
- Namespace
- Xui.Runtime.Software.Tessellate
- Assembly
- Xui.Runtime.Software.dll
Represents a triangle polygon used during path tessellation.
public readonly struct Polygon : IEnumerable<Point>, IEnumerable
- Implements
- Inherited Members
Constructors
Polygon(Point, Point, Point)
public Polygon(Point a, Point b, Point c)
Parameters
Fields
A
public readonly Point A
Field Value
B
public readonly Point B
Field Value
C
public readonly Point C
Field Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<Point> GetEnumerator()
Returns
- IEnumerator<Point>
An enumerator that can be used to iterate through the collection.