![]() |
ThorVG v1.0
|
A data structure representing a point in two-dimensional space. More...
#include <thorvg.h>
Public Attributes | |
| float | x |
| The x-coordinate of the point. | |
| float | y |
| The y-coordinate of the point. | |
A data structure representing a point in two-dimensional space.
This structure defines a single point using Cartesian coordinates. It is typically used for specifying positions or coordinates in 2D graphics.