Multiplication operator for a 3D matrix and a 3D point. Note that the definition of this operation is
matrix * point3D.
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. May not be null.
- point3D
- Type: Cognex.VisionPro3D Cog3DVect3
The 3D point.
Return Value
Type: Cog3DVect3The resulting point.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If matrix is null. |
See Also