Click or drag to resize

AngleAxisRotation Methods

The AngleAxisRotation type exposes the following members.

Methods
  NameDescription
Public methodEquals(AngleAxisRotation)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEqualsEpsilon
Returns true if all of the elements of this rotation are within epsilon of the same elements of the specified rotation. That is, in order for two items to be considered equal (and for this function to return true), the absolute value of the difference between each of their elements must be less than or equal to epsilon.
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 methodInvert
Returns the inverse of this angle-axis rotation.
Public methodMultiply
Multiplies this instance by a scalar, yielding a new AngleAxisRotation.
Public methodToString
Returns the value of this set of AngleAxisRotation coordinates in the form "angle, axis"
(Overrides ValueTypeToString.)
Top
See Also