• Gets the distance between two coordinates

    Parameters

    Returns {
        distance: number;
        dx: number;
        dy: number;
    }

    the all the distance values between the two coordinates

    • distance: number
    • dx: number
    • dy: number