Cog3DQuaternion MethodsCognex VisionPro

The Cog3DQuaternion type exposes the following members.

Methods

  NameDescription
Public methodComputeConjugate
Gets the conjugate quaternion of this quaternion, which is defined as follows: W - X i - Y j - Z k
Public methodComputeGrassmannProduct
Compute the Grassmann product of this Cog3DQuaternion with the supplied other.
Public methodComputeInnerProduct
Compute the inner product of this Cog3DQuaternion with the supplied other.
Public methodComputeUnitQuaternion
Gets the normalized quaternion (a unit quaternion) whose Norm value is 1.
Public methodEquals (Overrides ValueType Equals(Object).)
Public methodGetHashCode (Overrides ValueType GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberRealEqual
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.
Public methodToString
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .)
Top
See Also