Click or drag to resize

FrameGetLocationRelativeTo Method

Gets the location 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: 18.03.00
Syntax
C#
public Vector3 GetLocationRelativeTo(
	Frame reference
)

Parameters

reference
Type: Demo3D.Visuals.FramesFrame
The reference frame.

Return Value

Type: Vector3
The location of this frame relative to the reference frame, using this frame's coordinate system.
See Also