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