Share via


MDLTransform.GetRotationMatrix(Double) Method

Definition

Returns the rotation of the transform at the specified time.

[Foundation.Export("rotationMatrixAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetRotationMatrix(double atTime);
[<Foundation.Export("rotationMatrixAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRotationMatrix : double -> CoreGraphics.NMatrix4
override this.GetRotationMatrix : double -> CoreGraphics.NMatrix4

Parameters

atTime
Double

Returns

Attributes

Applies to