Struct GridDiagnosticEdge
- Namespace
- GridForge.Diagnostics
- Assembly
- GridForge.dll
Identifies a diagnostic prism edge by vertex indices.
public readonly struct GridDiagnosticEdge
- Inherited Members
Constructors
GridDiagnosticEdge(byte, byte)
Initializes a diagnostic edge descriptor.
public GridDiagnosticEdge(byte start, byte end)
Parameters
Fields
End
End vertex index.
public readonly byte End
Field Value
Start
Start vertex index.
public readonly byte Start