Home | History | Annotate | Download | only in math

Lines Matching defs:distanceSquared

424      * <code>distanceSquared</code> calculates the distance squared between

430 public float distanceSquared(Vector3f v) {
445 return FastMath.sqrt(distanceSquared(v));