Point.distance
float distance(graphene.point.Point b, out float dX, out float dY)Computes the distance between a and b.
Parameters
b | a #graphene_point_t |
dX | distance component on the X axis |
dY | distance component on the Y axis |
Returns
the distance between the two points