Struct PathTesselator.ScanlineSweep.Edge
- Namespace
- Xui.Runtime.Software.Tessellate
- Assembly
- Xui.Runtime.Software.dll
public readonly struct PathTesselator.ScanlineSweep.Edge
- Inherited Members
-
Constructors
Edge(Point, Point)
public Edge(Point a, Point b)
Parameters
a Point
b Point
Fields
End
public readonly Point End
Field Value
- Point
SlopeInv
public readonly NFloat SlopeInv
Field Value
- NFloat
Start
public readonly Point Start
Field Value
- Point
XAtYMin
public readonly NFloat XAtYMin
Field Value
- NFloat
YMax
public readonly NFloat YMax
Field Value
- NFloat
YMin
public readonly NFloat YMin
Field Value
- NFloat
Methods
XAt(NFloat)
public NFloat XAt(NFloat y)
Parameters
y NFloat
Returns
- NFloat