Share via


MDLTransform.GetTranslation(Double) Method

Definition

Returns the translation of the transform at the specified time.

[Foundation.Export("translationAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector3 GetTranslation(double atTime);
[<Foundation.Export("translationAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTranslation : double -> System.Numerics.Vector3
override this.GetTranslation : double -> System.Numerics.Vector3

Parameters

atTime
Double

Returns

Attributes

Applies to