L_POINTD

struct L_POINTD 
{ 
   L_DOUBLE x; 
   L_DOUBLE y; 
}; 
typedef struct L_POINTD L_POINTD; 

Stores two double numbers that represent the coordinates of a point (X and Y).

Member

Description

x The X-coordinate.
y The Y-coordinate.

Comments

The following functions make use of this structure:
L_Point_ToPointD
L_PointD_Make
L_PointD_Empty
L_PointD_IsEmpty
L_PointD_IsEqual
L_PointD_Multiply
L_RectD_TopLeft
L_RectD_TopRight
L_RectD_BottomRight
L_RectD_BottomLeft
L_RectD_Location
L_RectD_ContainsPoint
L_Matrix_TransformPoint
L_Matrix_TransformVector
L_Matrix_TransformPoints

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help