MDLTransformComponent_Extensions.GetLocalTransform4x4 Method

Definition

Gets the local transform at the specified time.

public static OpenTK.NMatrix4 GetLocalTransform4x4 (this ModelIO.IMDLTransformComponent This, double time);
static member GetLocalTransform4x4 : ModelIO.IMDLTransformComponent * double -> OpenTK.NMatrix4

Parameters

This
IMDLTransformComponent

The instance on which this method operates.

time
Double

The time for which to retrieve the local transform.

Returns

Applies to