Click or drag to resize

HelperTransform Method (Matrix, KinematicLink, MechanismAspect)

Returns the specified world-space transformation matrix in the local-space of the specified link.

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

Parameters

worldTransform
Type: Microsoft.DirectXMatrix
The world-space transformation matrix.
link
Type: Demo3D.Visuals.KJEKinematicLink
The link.
mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism.

Return Value

Type: Matrix
The transform in the local-space of the link.
See Also