Cog3DTransformLinear Multiply Operator (Cog3DTransformLinear, Cog3DTransformLinear)Cognex VisionPro
Operator for composing one linear transform and another linear transform. Note that the composing order is linear * rhs.

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

public static Cog3DTransformLinear operator *(
	Cog3DTransformLinear linear,
	Cog3DTransformLinear rhs
)

Return Value

Type: Cog3DTransformLinear
The composed linear transform.
Exceptions

ExceptionCondition
ArgumentNullException If any input argument is null.
See Also