Operator for composing one rigid transform and another rigid transform.
Note that the composing order is
rigid * rhs.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- rigid
- Type: Cognex.VisionPro3D Cog3DTransformRigid
One 3D rigid transform. May not be null.
- rhs
- Type: Cognex.VisionPro3D Cog3DTransformRigid
Another rigid transform to compose with. May not be null.
Return Value
Type: Cog3DTransformRigidThe composed rigid transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If any input argument is null. |
See Also