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

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

public double RotationX { get; }

Property Value

Type: Double
Remarks

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

Notice that RotationX has the same value as RotationY if and only if Skew equals zero. RotationX always has the same value as Rotation.

See Also