Construct this Cog3DTransformLinear using 3x3 matrix and translation.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- matrix
- Type: Cognex.VisionPro3D Cog3DMatrix3x3
The 3x3 matrix. May not be null.
- translation
- Type: Cognex.VisionPro3D Cog3DVect3
The translation part of the linear transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If matrix is null. |
See Also