mikroSDK Reference Manual
gl_point_t Struct Reference

The context structure for storing coordinates of the point. More...

Data Fields

gl_int_t x
 
gl_int_t y
 

Detailed Description

User shall define the values stored within.

Field Documentation

◆ x

gl_int_t gl_point_t::x

X coordinate.

◆ y

gl_int_t gl_point_t::y

Y coordinate.