Click or drag to resize

HelperTransformPointToMechanism Method

Returns the specified world-space point in the space of the specified mechanism.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3 TransformPointToMechanism(
	Vector3 worldPoint,
	MechanismAspect mechanism
)

Parameters

worldPoint
Type: Microsoft.DirectXVector3
The world-space point.
mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism.

Return Value

Type: Vector3
The point in the local-space of the mechanism.
See Also