CogRectangleAffine GetOriginCornerXCornerY Method Cognex VisionPro
Query the parameterization of this affine rectangle with respect to the three corner points: Origin, CornerX, and CornerY.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public void GetOriginCornerXCornerY(
	out double originX,
	out double originY,
	out double cornerXX,
	out double cornerXY,
	out double cornerYX,
	out 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).

Remarks

Gets the values of three corner points of this affine rectangle: origin (Po), corner point x (Px), and corner point y (Py).

See Also