FrameGetLocationOf Method |
Gets the location of another frame, relative to this frame, using this frame's coordinate system.
Namespace: Demo3D.Visuals.FramesAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic Vector3 GetLocationOf(
Frame frame
)
Parameters
- frame Frame
- The frame to find the relative location of.
Return Value
Vector3The location of the given frame, relative to this frame, using this frame's coordinate system.
See Also