Transform2DLinear RotationY Property Cognex VisionPro 9.22

Returns the y-axis rotation of this transform (in radians). When set, RotationX, ScalingX, and ScalingY remain unchanged.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public double RotationY { get; }

Property Value

Type: Double
Default Value: 0
Remarks

Returns the y-axis 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