Returns/sets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogTransform2DLinear Changed | Fires when the skew changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is π/2 or −π/2 (when normalized to the range between π and −π). |
Remarks
Sets or gets the skew of this transformation object in radians. When you set the skew, the Rotation, Scaling, and Aspect values remain unchanged.
In the standard transformation matrix, skew is represented by the symbol Q, and is equal to RotationY - RotationX.
Default Value: 0
See Also