Point.distance

float distance(graphene.point.Point b, out float dX, out float dY)

Computes the distance between a and b.

Parameters

ba #graphene_point_t
dXdistance component on the X axis
dYdistance component on the Y axis

Returns

the distance between the two points