Insures that the rotation angle will be between 0 and pi. If the angle is increasing at pi, then the axis direction will be negated to keep phi less than pi.
Read-write property
[Visual Basic .NET] |
---|
Public Property ForceMinimumRotation() As Boolean |
[C#] |
---|
public bool ForceMinimumRotation {get; set;} |
[Managed C++] |
---|
public: __property bool get_ForceMinimumRotation(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForceMinimumRotation( VARIANT_BOOL * pRetVal ); public: HRESULT put_ForceMinimumRotation( VARIANT_BOOL ForceMinimumRotation ); |
[Java] |
---|
public bool getForceMinimumRotation(); public void setForceMinimumRotation( bool ); |