Point3D.distance

float distance(graphene.point3_d.Point3D b, out graphene.vec3.Vec3 delta)

Computes the distance between the two given #graphene_point3d_t.

Parameters

ba #graphene_point3d_t
deltareturn location for the distance components on the X, Y, and Z axis

Returns

the distance between two points