Gets the z scale value of this matrix.
The z scale is defined to be the length of the vector
resulting from mapping the z unit vector through this matrix.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleThe z scale of this matrix.
Exceptions
| Exception | Condition |
|---|---|
| Cog3DException | If the matrix is singular. |
See Also