Division operator for a matrix and a scalar.
Namespace: Cognex.VisionPro3DNote that matrix / scale = matrix * 1/scale.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- matrix
- Type: Cognex.VisionPro3D Cog3DMatrix3x3
The 3D matrix. May not be null.
- scale
- Type: System Double
The divisor.
Return Value
Type: Cog3DMatrix3x3The resulting matrix.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If matrix is null. |
See Also