Cog3DTransformLinear InvMapVector Method Cognex VisionPro 9.24
Map a 3D vector using the inverse transform of this transform, i.e. map the given vector using only the matrix part of the inverse transform.

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

public Cog3DVect3 InvMapVector(
	Cog3DVect3 vector3D
)

Parameters

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

Return Value

Type: Cog3DVect3
The inversely mapped vector.
See Also