Table of Contents

Method GenerateHexContour

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

GenerateHexContour()

Generates the outer contour of the unique authored hexagon cluster.

public List<Vector2> GenerateHexContour()

Returns

List<Vector2>

A list of contour vertices ordered from the stitched boundary segments of the reconstructed hex cells.

Remarks

The method removes shared internal edges by counting overlapping segment centers, then attempts to stitch the remaining boundary segments into a continuous outline. The output is intended for shape reconstruction rather than exact computational-geometry guarantees.