Cog3DQuaternion ComputeConjugate Method Cognex VisionPro 9.25 SR1
Gets the conjugate quaternion of this quaternion, which is defined as follows: W - X i - Y j - Z k

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 93.1.0.0
Syntax

public Cog3DQuaternion ComputeConjugate()

Return Value

Type: Cog3DQuaternion
The conjugate quaternion of this quaternion.
See Also