Click or drag to resize

HelperTransform(Matrix, MechanismAspect) Method

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

Namespace: Demo3D.Visuals.KJE
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static Matrix Transform(
	Matrix worldTransform,
	MechanismAspect mechanism
)

Parameters

worldTransform  Matrix
The world-space transformation matrix.
mechanism  MechanismAspect
The mechanism.

Return Value

Matrix
The transform in the local-space of the mechanism.
See Also