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