Since 1.0Since 1.0distanceSince 1.0equalChecks 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
Since 1.0freeSince 1.0initSince 1.0init_Initializes p with the same coordinates of src.
the Graphene.Point to use
the initialized point
Since 1.4init_Initializes p with the coordinates inside the given Graphene.Vec2.
the initialized point
Since 1.0interpolateSince 1.0nearSince 1.4to_StaticallocStaticSince 1.0zero
A point with two coordinates.
Since
1.0