Operator for composing one composed transform and another composed transform.
Note that the composing order is
composed * rhs.
Namespace: Cognex.VisionPro3DThe returned transform is always the canonical representation of the composed transform. Therefore, the returned transform might be of a simpler type.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- composed
- Type: Cognex.VisionPro3D Cog3DTransformComposed
One 3D composed transform. May not be null.
- rhs
- Type: Cognex.VisionPro3D Cog3DTransformComposed
Another composed transform to compose with. May not be null.
Return Value
Type: ICog3DTransformThe composed transform, and it might be of a simpler type.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If any input argument is null. |
See Also