Searched refs:normY (Results 1 – 1 of 1) sorted by relevance
31 double normY = (point.y_ - fieldCenter_.y_) * (point.y_ - fieldCenter_.y_); in IsPointInField() local33 … (normX / (width * HALF * width * HALF) + normY / (height * HALF * height * HALF) <= 1.0); in IsPointInField()