Query this affine rectangle for its origin, length, rotation and skew parameterization. All angles are in radians.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
public void GetOriginLengthsRotationSkew(
out double originX,
out double originY,
out double sideXLength,
out double sideYLength,
out double rotation,
out double skew
)
public void GetOriginLengthsRotationSkew(
out double originX,
out double originY,
out double sideXLength,
out double sideYLength,
out double rotation,
out double skew
)
Public Sub GetOriginLengthsRotationSkew (
<OutAttribute> ByRef originX As Double,
<OutAttribute> ByRef originY As Double,
<OutAttribute> ByRef sideXLength As Double,
<OutAttribute> ByRef sideYLength As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef skew As Double
)
Public Sub GetOriginLengthsRotationSkew (
<OutAttribute> ByRef originX As Double,
<OutAttribute> ByRef originY As Double,
<OutAttribute> ByRef sideXLength As Double,
<OutAttribute> ByRef sideYLength As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef skew As Double
)
public:
void GetOriginLengthsRotationSkew(
[OutAttribute] double% originX,
[OutAttribute] double% originY,
[OutAttribute] double% sideXLength,
[OutAttribute] double% sideYLength,
[OutAttribute] double% rotation,
[OutAttribute] double% skew
)
public:
void GetOriginLengthsRotationSkew(
[OutAttribute] double% originX,
[OutAttribute] double% originY,
[OutAttribute] double% sideXLength,
[OutAttribute] double% sideYLength,
[OutAttribute] double% rotation,
[OutAttribute] double% skew
)
Parameters
- originX
- Type: System Double
The x-coordinate of the origin point (Po).
- originY
- Type: System Double
The y-coordinate of the origin point (Po).
- sideXLength
- Type: System Double
The length of side x (the side along the x-axis).
- sideYLength
- Type: System Double
The length of side y (the side along the y-axis).
- rotation
- Type: System Double
The rotation angle in radians.
- skew
- Type: System Double
The skew angle in radians.
Gets the specified origin point (Po), side x length, side y length, rotation angle, and skew angle as shown in the following illustration: