Cog3DMatrix3x3 Multiply Operator (Cog3DMatrix3x3, Cog3DMatrix3x3)Cognex VisionPro 9.7
Operator for composing one matrix and another matrix. Note that the definition of this operation is matrix * rhs.

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

public static Cog3DMatrix3x3 operator *(
	Cog3DMatrix3x3 matrix,
	Cog3DMatrix3x3 rhs
)

Return Value

Type: Cog3DMatrix3x3
The composed 3x3 matrix.
Exceptions

ExceptionCondition
ArgumentNullException If any input argument is null.
See Also