Searched refs:squareDist (Results 1 – 1 of 1) sorted by relevance
192 double squareDist = height * height * x * x + width * width * y * y; in isInsideCorner() local193 return squareDist <= width * width * height * height; in isInsideCorner()