The Cog3DQuaternion type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeConjugate |
Gets the conjugate quaternion of this quaternion, which is defined
as follows: W - X i - Y j - Z k
| |
| ComputeGrassmannProduct |
Compute the Grassmann product of this Cog3DQuaternion with the supplied other.
| |
| ComputeInnerProduct |
Compute the inner product of this Cog3DQuaternion with the supplied other.
| |
| ComputeUnitQuaternion |
Gets the normalized quaternion (a unit quaternion) whose Norm
value is 1.
| |
| Equals | (Overrides ValueType Equals(Object).) | |
| GetHashCode | (Overrides ValueType GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RealEqual |
Compares the internal state of the specified instances and returns
true if the internal state is within epsilon.
| |
| ToString |
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .) |
See Also