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