GKPath.GetVector3Point(UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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