Index Points

Retrieves the vec2 position (in local space) of the anchor point at the specified index within a vector element. If no value exists at that index, the position (0, 0) is returned.

Interface

Inputs

ParameterDetailsPossible Types
Content

The vector element containing the anchor points to be retrieved.

Primary Input

Vector[]
Vector
Index

The index of the points to retrieve, starting from 0 for the first point. Negative indices count backwards from the end, starting from -1 for the last point.

Default: 0

f64[]
f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Vec2
Vec2[]