Struct Edge
- Namespace
- Xui.Runtime.Software.Rasterization
- Assembly
- Xui.Runtime.Software.dll
public readonly struct Edge
- Inherited Members
Constructors
Edge(Point, Point)
public Edge(Point start, Point end)
Parameters
Fields
DxDy
public readonly NFloat DxDy
Field Value
X0
public readonly NFloat X0
Field Value
X1
public readonly NFloat X1
Field Value
Y0
public readonly NFloat Y0
Field Value
Y1
public readonly NFloat Y1