Since 1.0Checks if the two points a and b point to the same
coordinates.
This function accounts for floating point fluctuations; if
you want to control the fuzziness of the match, you can use
graphene_point_near() instead.
true if the points have the same coordinates
Frees the resources allocated by graphene_point_alloc().
Initializes p with the same coordinates of src.
the Graphene.Point to use
the initialized point
Initializes p with the coordinates inside the given Graphene.Vec2.
the initialized point
Stores the coordinates of the given Graphene.Point into a Graphene.Vec2.
StaticallocStaticzero
A point with two coordinates.
Since
1.0