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