Table of Contents

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

start byte
end byte

Fields

End

End vertex index.

public readonly byte End

Field Value

byte

Start

Start vertex index.

public readonly byte Start

Field Value

byte