GFL_POINT

GFL SDK

GFL_POINT

The GFL_POINT structure allows to define a point.

typedef struct (
  GFL_INT32 x,  
  GFL_INT32 y
} GFL_POINT

Members

    x
    X position.
    y
    Y position.