Table of Contents

Method GetPoints

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

GetPoints(Vector2[], int)

Writes all six vertices into a caller-provided array.

public void GetPoints(Vector2[] points, int writeStartIndex = 0)

Parameters

points Vector2[]

The destination array.

writeStartIndex int

The index at which writing begins.

Remarks

The destination array must have room for six entries starting at writeStartIndex.