Edit

Share via


MDLTransform.GetRotationMatrix(Double) Method

Definition

Caution

Use 'GetRotationMatrix4x4' instead.

Returns the rotation of the transform at the specified time.

[Foundation.Export("rotationMatrixAtTime:")]
[System.Obsolete("Use 'GetRotationMatrix4x4' instead.", false)]
public virtual OpenTK.Matrix4 GetRotationMatrix (double atTime);
abstract member GetRotationMatrix : double -> OpenTK.Matrix4
override this.GetRotationMatrix : double -> OpenTK.Matrix4

Parameters

atTime
Double

Returns

Attributes

Applies to