Share via


MDLTransform.GetRotation(Double) Method

Definition

Returns the rotation of the transform at the specified time.

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

Parameters

atTime
Double

Returns

Attributes

Applies to