Cog3DTransformLinear InvMapPoint Method Cognex VisionPro 9.20
Map a 3D point using the inverse transform of this transform.

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

public Cog3DVect3 InvMapPoint(
	Cog3DVect3 point3D
)

Parameters

point3D
Type: Cognex.VisionPro3D Cog3DVect3
The 3D point to map using the inverse transform of this transform.

Return Value

Type: Cog3DVect3
The inversely mapped point.
See Also