ModelPrimitiveOrientation Property |
Gets or sets the model's orientation. The quaternion is a rotation
from the model's local axes to the axes of the model's
ReferenceFrame.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UnitQuaternion Orientation { get; set; }
Public Property Orientation As UnitQuaternion
Get
Set
public:
property UnitQuaternion Orientation {
UnitQuaternion get ();
void set (UnitQuaternion value);
}
member Orientation : UnitQuaternion with get, set
Property Value
Type:
UnitQuaternionSee Also