Searched refs:endCorner (Results 1 – 1 of 1) sorted by relevance
616 FloatPoint endCorner; in endPointsFromAngle() local618 endCorner.set(halfWidth, halfHeight); in endPointsFromAngle()620 endCorner.set(halfWidth, -halfHeight); in endPointsFromAngle()622 endCorner.set(-halfWidth, -halfHeight); in endPointsFromAngle()624 endCorner.set(-halfWidth, halfHeight); in endPointsFromAngle()627 float c = endCorner.y() - perpendicularSlope * endCorner.x(); in endPointsFromAngle()