Sets our main struct and passes it to the parent class.
Allocates a new #graphene_point_t structure.
Computes the distance between @a and @b.
Checks if the two points @a and @b point to the same coordinates.
Frees the resources allocated by graphene_point_alloc().
Get the main Gtk struct
the main Gtk struct as a void*
Initializes @p to the given @x and @y coordinates.
Initializes @p with the same coordinates of @src.
Initializes @p with the coordinates inside the given #graphene_vec2_t.
Linearly interpolates the coordinates of @a and @b using the given @factor.
Checks whether the two points @a and @b are within the threshold of @epsilon.
Stores the coordinates of the given #graphene_point_t into a #graphene_vec2_t.
the X coordinate of the point
the Y coordinate of the point
the main Gtk struct
A point with two coordinates.