csharp
public readonly record struct MeshEdgeTwo shared positions, and the segment between them.
Remarks
⚠ Ordered, so that the edge a triangle walks one way and its neighbour walks the other is one edge. An unordered pair would give a cube twenty-four edges where it has twelve, and every one of them would be drawn twice and selectable twice.
Fields and properties (2)
public int AThe lower of the two position indices.
public int BThe higher.
Methods (1)
public MeshEdge(int A, int B)Two shared positions, and the segment between them.
Used by (3)
- MeshElementsVixen.Editor.SceneView
- SceneProbeVixen.Editor.SceneView
- SubObjectTestsVixen.Editor.SceneView.Tests