Cog3DTransformLinear Compose Method Cognex VisionPro 9.8 SR1
Compose this linear transform and another linear transform. Note that composing is from left to right: this * rhs

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

public Cog3DTransformLinear Compose(
	Cog3DTransformLinear rhs
)

Parameters

rhs
Type: Cognex.VisionPro3D Cog3DTransformLinear
The linear transform to compose with. May not be null.

Return Value

Type: Cog3DTransformLinear
The composed linear transform.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also