Vixen
02b45cc4
csharp
public readonly record struct MeshEdge

Two shared positions, and the segment between them.

Read the guide page for this →

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 A

    The lower of the two position indices.

  • public int B

    The 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