Cog3DMatrix3x3 ScaleY Property Cognex VisionPro
Gets the y scale value of this matrix. The y scale is defined to be the length of the vector resulting from mapping the y 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 ScaleY { get; }

Property Value

Type: Double
The y scale of this matrix.
Exceptions

ExceptionCondition
Cog3DException If the matrix is singular.
See Also