Cog3DMatrix3x3 Addition Operator Cognex VisionPro 9.5
Addition operator for one matrix and another matrix, defined as matrix + rhs

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

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

Return Value

Type: Cog3DMatrix3x3
The resulting 3x3 matrix.
Exceptions

ExceptionCondition
ArgumentNullException If any input argument is null.
See Also