MDLTransformComponent_Extensions.GetLocalTransform Method

Definition

Gets the local transform at the specified time.

public static OpenTK.Matrix4 GetLocalTransform (this ModelIO.IMDLTransformComponent This, double atTime);
static member GetLocalTransform : ModelIO.IMDLTransformComponent * double -> OpenTK.Matrix4

Parameters

This
IMDLTransformComponent

The instance on which this method operates.

atTime
Double

The time for which to retrieve the local transform.

Returns

Applies to