MDLTransform.GetRotationMatrix4x4(Double) Method

Definition

>Returns the rotation of the transform at the specified time.

public OpenTK.NMatrix4 GetRotationMatrix4x4 (double atTime);
member this.GetRotationMatrix4x4 : double -> OpenTK.NMatrix4

Parameters

atTime
Double

The time at which to get the rotation matrix.

Returns

Applies to