SpatialLocatorAttachedFrameOfReference.RelativeOrientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the orientation of this frame of reference's origin relative to the direction of the heading.
public:
property quaternion RelativeOrientation { quaternion get(); void set(quaternion value); };
quaternion RelativeOrientation();
void RelativeOrientation(quaternion value);
public Quaternion RelativeOrientation { get; set; }
var quaternion = spatialLocatorAttachedFrameOfReference.relativeOrientation;
spatialLocatorAttachedFrameOfReference.relativeOrientation = quaternion;
Public Property RelativeOrientation As Quaternion
Property Value
The orientation.