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