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

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

public Cog3DTransformRigid Compose(
	Cog3DTransformRigid rhs
)

Parameters

rhs
Type: Cognex.VisionPro3D Cog3DTransformRigid
The rigid transform to compose with. May not be null.

Return Value

Type: Cog3DTransformRigid
The composed rigid transform.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also