Cog3DMatrix3x3 ScaleX Property Cognex VisionPro
Gets the x scale value of this matrix. The x scale is defined to be the length of the vector resulting from mapping the x unit vector through this matrix.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public double ScaleX { get; }

Property Value

Type: Double
The x scale of this matrix.
Exceptions

ExceptionCondition
Cog3DException If the matrix is singular.
See Also