Cog3DTransformLinear Constructor (Cog3DMatrix3x3, Cog3DVect3)Cognex VisionPro 9.7
Construct this Cog3DTransformLinear using 3x3 matrix and translation.

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

public Cog3DTransformLinear(
	Cog3DMatrix3x3 matrix,
	Cog3DVect3 translation
)
Exceptions

ExceptionCondition
ArgumentNullException If matrix is null.
See Also