Cog3DTransformComposed Multiply Operator Cognex VisionPro
Operator for composing one composed transform and another composed transform. Note that the composing order is composed * rhs.

The returned transform is always the canonical representation of the composed transform. Therefore, the returned transform might be of a simpler type.

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

public static ICog3DTransform operator *(
	Cog3DTransformComposed composed,
	Cog3DTransformComposed rhs
)

Return Value

Type: ICog3DTransform
The composed transform, and it might be of a simpler type.
Exceptions

ExceptionCondition
ArgumentNullException If any input argument is null.
See Also