Cog3DTransformLinear MapVector Method Cognex VisionPro 9.21 SR1
Map a 3D Vector using this transform. This corresponds to map the vector only using the matrix part of this transform.

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

public Cog3DVect3 MapVector(
	Cog3DVect3 vector3D
)

Parameters

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

Return Value

Type: Cog3DVect3
The mapped vector.
See Also