CogTransform2DLinear RotationY Property Cognex VisionPro 9.8
Returns the y-axis rotation of this transform (in radians). When set, RotationX, ScalingX, and ScalingY remain unchanged.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public double RotationY { get; }

Property Value

Type: Double
Remarks

Returns the y-axis rotation of this transformation object in radians. RotationY represents the angle measured from the y-axis of the to space to the y-axis of the from space. In the standard transformation matrix, the symbol θy stands for RotationY.

Notice that RotationY has the same value as RotationX if and only if the Skew equals zero. If Skew has a non-zero value, then RotationY = RotationX + Skew.

See Also