Click or drag to resize

Quaternion Methods

The Quaternion type exposes the following members.

Methods
  NameDescription
Public methodConjugate
Forms the conjugate of this instance, yielding a new Quaternion.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Quaternion)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEqualsEpsilon
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMultiply(Double)
Multiplies this instance by a scalar, yielding a new Quaternion.
Public methodMultiply(ElementaryRotation)
Multiplies this instance by the specified ElementaryRotation, yielding a new Quaternion.
Public methodMultiply(Quaternion)
Multiplies this instance by the specified Quaternion, yielding a new Quaternion.
Public methodNormalize
Forms a set of UnitQuaternion coordinates from this instance.
Public methodNormalize(Double)
Forms a set of UnitQuaternion coordinates from this instance and returns the magnitude of the original instance in the provided parameter.
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
See Also