Cog3DMatrix3x3 Division Operator (Cog3DMatrix3x3, Cog3DMatrix3x3)Cognex VisionPro
Division operator for one matrix and another matrix. This operator is defined as matrix / rhs = matrix * rhs.Inverse()

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.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.
Cog3DException If rhs is singular.
See Also