lcQuadTransUVtoXY Home

Converts UV square coordinates into a point coordinates inside of quadrilateral.

 BOOL lcQuadTransUVtoXY (
   HANDLE hQuad,
   double U,
   double V,
   double* pX,
   double* pY
 );

Parameters
hQuad
  Handle to quadrilateral object.
U V
  Coordinates of a point inside of 1.0 unit square.
pX pY
  Pointers to variables that will receive coordinates of output point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcQuadTransXYtoUV