Share via


GKPath.GetVector3Point(UIntPtr) Method

Definition

Returns a 3-dimensional vector for the node at the specified index.

[Foundation.Export("float3AtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector3 GetVector3Point(UIntPtr index);
[<Foundation.Export("float3AtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetVector3Point : unativeint -> System.Numerics.Vector3
override this.GetVector3Point : unativeint -> System.Numerics.Vector3

Parameters

index
UIntPtr

unativeint

Returns

Attributes

Applies to