Click or drag to resize

VisualTransformToWorldRotationRadians Method

Transform a local rotation (in radians) to a world rotation (in radians).

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 TransformToWorldRotationRadians(
	Vector3 localRotationRadians
)

Parameters

localRotationRadians
Type: Microsoft.DirectXVector3
Local rotation (in radians) relative to the Visual.

Return Value

Type: Vector3
World rotation (in radians) relative to the Scene.
See Also