Click or drag to resize

FrameGetRotationRelativeTo Method

Gets the rotation in degrees of this frame relative to a reference frame, using that frame's coordinate system.

Namespace: Demo3D.Visuals.Frames
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public Vector3 GetRotationRelativeTo(
	Frame reference
)

Parameters

reference  Frame
The reference frame.

Return Value

Vector3
The rotation of this frame in degrees relative to the reference frame, using this frame's coordinate system.
See Also