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