FrameGetRotationOf Method  | 
 
            Gets the rotation of another frame, relative to this frame, using this frame's coordinate system. 
            
 
    Namespace: 
   Demo3D.Visuals.Frames
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic Vector3 GetRotationOf(
	Frame frame
)
Parameters
- frame
 - Type: Demo3D.Visuals.FramesFrame
The frame to find the relative rotation of. 
Return Value
Type: 
Vector3The rotation of the given frame, relative to this frame, using this frame's coordinate system.
See Also