Struct Trapezoid
- Namespace
- Xui.Runtime.Software.Tessellate
- Assembly
- Xui.Runtime.Software.dll
public readonly struct Trapezoid : IEnumerable<Polygon>, IEnumerable
- Implements
- Inherited Members
Constructors
Trapezoid(Point, Point, Point, Point)
public Trapezoid(Point a, Point b, Point c, Point d)
Parameters
Fields
A
public readonly Point A
Field Value
B
public readonly Point B
Field Value
C
public readonly Point C
Field Value
D
public readonly Point D
Field Value
Properties
Polygon1
public Polygon Polygon1 { get; }
Property Value
Polygon2
public Polygon Polygon2 { get; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<Polygon> GetEnumerator()
Returns
- IEnumerator<Polygon>
An enumerator that can be used to iterate through the collection.