Retrieves the vec2 position (in local space) of the anchor point at the specified index in table of vector elements. If no value exists at that index, the position (0, 0) is returned.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | The vector element or elements containing the anchor points to be retrieved. Primary Input | Table<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 item. Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | vec2 |