Click or drag to resize

Angles Methods

The Angles type exposes the following members.

Methods
  NameDescription
Public methodClamp
Restricts the current instance of Angles to be within a specified range.
Public methodEquals(Object)
Determines whether the specified object is equal to the current instance of Angles.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Angles, Double)
Determines whether the specified Euler angles are equal to the current instance of Angles with a given precision.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNormalize180
Restricts the current instance of Angles to be within a range [-180, 180].
Public methodNormalize360
Restricts the current instance of Angles to be within a range [0, 360].
Public methodStatic memberParse
Converts a string representation of Euler angles into the equivalent Angles structure.
Public methodToAnglesF
Converts the current instance of Angles to the Euler angles of AnglesF format.
Public methodToQuaternion
Converts the current instance of Angles into the equivalent Quaternion structure.
Public methodToString
Returns a String that represents the current instance of Angles.
(Overrides ValueTypeToString.)
Public methodToString(Int32)
Returns a String that represents the current instance of Angles with a given precision.
Top
Extension Methods
See Also