Cog3DTransformLinear InvMapVectors Method Cognex VisionPro 9.20
Map a collection of 3D vectors using the inverse transform of this transform, i.e. use only the matrix part of the inverse transform in mapping.

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

public Cog3DVect3Collection InvMapVectors(
	Cog3DVect3Collection vectors3D
)

Parameters

vectors3D
Type: Cognex.VisionPro3D Cog3DVect3Collection
The collection of 3D vectors to map using the inverse transform of this transform. May not be null.

Return Value

Type: Cog3DVect3Collection
A collection holding the inversely mapped vectors.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also