Searched refs:lengthSquared (Results 1 – 1 of 1) sorted by relevance
392 final double lengthSquared = getLength() * getLength(); in distance() local393 if (lengthSquared == 0.0) { in distance()402 double magnitude = dot / lengthSquared; in distance()