Operator for composing one rotation transform and another rotation
transform:
Namespace: Cognex.VisionPro3Drotation * rhs.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- rotation
- Type: Cognex.VisionPro3D Cog3DTransformRotation
One rotation transform. May not be null.
- rhs
- Type: Cognex.VisionPro3D Cog3DTransformRotation
Another rotation transform to compose with. May not be null.
Return Value
Type: Cog3DTransformRotationThe composed rotation transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If any input argument is null. |
See Also