A point with two coordinates.
parameter d_x: d_x: Out parameter is not supported
d_x
1.0
Allocates a new #graphene_point_t structure.
the X coordinate of the point
the Y coordinate of the point
Checks if the two points @a and @b point to the same coordinates.
Frees the resources allocated by graphene_point_alloc().
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.