Click or drag to resize

HelperTransformWorldToLocal Method

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

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Matrix TransformWorldToLocal(
	Matrix worldTransform,
	Visual visual
)

Parameters

worldTransform
Type: Microsoft.DirectXMatrix
The world-space transformation matrix.
visual
Type: Demo3D.VisualsVisual
The visual.

Return Value

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