Click or drag to resize

EulerAngles Methods

The EulerAngles type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateProperEuler
Creates a new instance of EulerAngles using Z-X'-Z" convention.
Public methodStatic memberCreateTaitBryan
Creates a new instance of EulerAngles using Z-Y'-X" convention (Tait-Bryan).
Public methodEquals
Evaluates if the current instance and the object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Serves as hashing function for the EulerAngles type.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodIsEqualTo(EulerAngles)
Evaluates if the current instance and another are equal using global tolerance.
Public methodIsEqualTo(EulerAngles, Tolerance)
Evaluates if the current instance and another are equal using the specified tolerance.
Public methodToString (Inherited from ValueType.)
Top
See Also