Cog3DTransformComposed Inverse Method Cognex VisionPro 9.8
Compute the inverse transform of this transform.

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

public ICog3DTransform Inverse()

Return Value

Type: ICog3DTransform
The inverse transform, and it is always the canonical representation of the inverse of this transform. Therefore, the returned inverse transform might be of a simpler type.
See Also