ThorVG v1.0
Loading...
Searching...
No Matches
Point

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.
 

Detailed Description

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.