Point.distance

Computes the distance between @a and @b.

class Point
float
distance
(,
out float dX
,
out float dY
)

Parameters

b Point

a #graphene_point_t

dX float

distance component on the X axis

dY float

distance component on the Y axis

Return Value

Type: float

the distance between the two points

Meta