Click or drag to resize

HelperTransformToWorld Method

Returns the specified mechanism-space transformation matrix in the space of the world.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Matrix TransformToWorld(
	Matrix mechanismTransform,
	MechanismAspect mechanism
)

Parameters

mechanismTransform
Type: Microsoft.DirectXMatrix
The mechanism-space transformation matrix.
mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism.

Return Value

Type: Matrix
The transform in world-space.
See Also