Cog3DTransformRotation Compose Method Cognex VisionPro 9.23
Compose this rotation transform and another rotation transform. Note that composing is from left to right: this * rhs

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax

public Cog3DTransformRotation Compose(
	Cog3DTransformRotation rhs
)

Parameters

rhs
Type: Cognex.VisionPro3D Cog3DTransformRotation
The rotation transform to compose with. May not be null.

Return Value

Type: Cog3DTransformRotation
The composed rotation transform.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also