Returns the x-axis rotation of this transform (in radians). When set, RotationY, ScalingX, and ScalingY remain unchanged.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Property Value
Type: DoubleRemarks
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