libsf3
|
Description of a point on the canvas. More...
#include <sf3_vector_graphic.h>
Data Fields | |
float | x |
The X coordinate. | |
float | y |
The Y coordinate. | |
Description of a point on the canvas.
Definition at line 30 of file sf3_vector_graphic.h.
float sf3_point::x |
The X coordinate.
Definition at line 32 of file sf3_vector_graphic.h.
float sf3_point::y |
The Y coordinate.
Definition at line 34 of file sf3_vector_graphic.h.