getVector2dAtCheckedVectorIndex MethodAbstract

Get from index as a Vector2d.

getVector2dAtCheckedVectorIndex(index: number, result?: Vector2d): Vector2d | undefined

@returns undefined if the index is out of bounds.

Parameter Type Description
index number index of point within the array.
result Vector2d optional caller-allocated destination.

Returns - Vector2d | undefined

undefined if the index is out of bounds.

Defined in

Last Updated: 04 June, 2026