distancesqr

Compute squared distance between two 2D points

  1. T distancesqr(Vector!(T, 2) a, Vector!(T, 2) b)
    T
    distancesqr
    (
    T
    )
    (
    Vector!(T, 2) a
    ,
    Vector!(T, 2) b
    )
  2. T distancesqr(Vector!(T, 3) a, Vector!(T, 3) b)

Meta