Multiplication operator for a matrix and a scalar. Note that the definition of this operation is
matrix * scale.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- matrix
- Type: Cognex.VisionPro3D Cog3DMatrix3x3
The 3D matrix for scaling. May not be null.
- scale
- Type: System Double
The scaling factor.
Return Value
Type: Cog3DMatrix3x3The scaled matrix.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If matrix is null. |
See Also