Searched refs:yrad (Results 1 – 2 of 2) sorted by relevance
727 double yrad; member in box_object739 : closed_object(pos), xrad(dim.x > 0 ? r : -r), yrad(dim.y > 0 ? r : -r) in box_object()748 cent.y + dim.y/2.0 - CHOP_FACTOR*yrad); in north_east()754 cent.y + dim.y/2.0 - CHOP_FACTOR*yrad); in north_west()760 cent.y - dim.y/2.0 + CHOP_FACTOR*yrad); in south_east()766 cent.y - dim.y/2.0 + CHOP_FACTOR*yrad); in south_west()
3595 (box_object::box_object): Have separate xrad and yrad with3597 (box_object::{north,south}_{east,west}): Use xrad and yrad.