Query the parameterization of this affine rectangle with respect to the three corner points: Origin, CornerX, and CornerY.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
public void GetOriginCornerXCornerY(
out double originX,
out double originY,
out double cornerXX,
out double cornerXY,
out double cornerYX,
out double cornerYY
)
public void GetOriginCornerXCornerY(
out double originX,
out double originY,
out double cornerXX,
out double cornerXY,
out double cornerYX,
out double cornerYY
)
Public Sub GetOriginCornerXCornerY (
<OutAttribute> ByRef originX As Double,
<OutAttribute> ByRef originY As Double,
<OutAttribute> ByRef cornerXX As Double,
<OutAttribute> ByRef cornerXY As Double,
<OutAttribute> ByRef cornerYX As Double,
<OutAttribute> ByRef cornerYY As Double
)
Public Sub GetOriginCornerXCornerY (
<OutAttribute> ByRef originX As Double,
<OutAttribute> ByRef originY As Double,
<OutAttribute> ByRef cornerXX As Double,
<OutAttribute> ByRef cornerXY As Double,
<OutAttribute> ByRef cornerYX As Double,
<OutAttribute> ByRef cornerYY As Double
)
public:
void GetOriginCornerXCornerY(
[OutAttribute] double% originX,
[OutAttribute] double% originY,
[OutAttribute] double% cornerXX,
[OutAttribute] double% cornerXY,
[OutAttribute] double% cornerYX,
[OutAttribute] double% cornerYY
)
public:
void GetOriginCornerXCornerY(
[OutAttribute] double% originX,
[OutAttribute] double% originY,
[OutAttribute] double% cornerXX,
[OutAttribute] double% cornerXY,
[OutAttribute] double% cornerYX,
[OutAttribute] double% cornerYY
)
Parameters
- originX
- Type: System Double
The x-coordinate of corner point origin (Po).
- originY
- Type: System Double
The y-coordinate of corner point origin (Po).
- cornerXX
- Type: System Double
The x-coordinate of corner point x (Px).
- cornerXY
- Type: System Double
The y-coordinate of corner point x (Px).
- cornerYX
- Type: System Double
The x-coordinate of corner point y (Py).
- cornerYY
- Type: System Double
The y-coordinate of corner point y (Py).
Gets the values of three corner points of this affine rectangle: origin (Po), corner point x (Px), and corner point y (Py).