Construct this Cog3DMatrix3x3 using the given element values.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- e00
- Type: System Double
Specified value for Element(0,0).
- e01
- Type: System Double
Specified value for Element(0,1).
- e02
- Type: System Double
Specified value for Element(0,2).
- e10
- Type: System Double
Specified value for Element(1,0).
- e11
- Type: System Double
Specified value for Element(1,1).
- e12
- Type: System Double
Specified value for Element(1,2).
- e20
- Type: System Double
Specified value for Element(2,0).
- e21
- Type: System Double
Specified value for Element(2,1).
- e22
- Type: System Double
Specified value for Element(2,2).
See Also