Compose this rigid transform and another rigid transform.
Note that composing is from left to right: this * rhs
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- rhs
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The rigid transform to compose with. May not be null.
Return Value
Type: Cog3DTransformRigidThe composed rigid transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also