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
b | a #graphene_point3d_t |
delta | return location for the distance components on the X, Y, and Z axis |
Returns
the distance between two points