HomeSort by: relevance | last modified time | path
    Searched defs:corners (Results 1 - 2 of 2) sorted by relevancy

  /src/games/dab/
box.cc 46 const POINT BOX::corners[BOX::last] = member in class:BOX
98 addcorner(_centery + corners[e].y, _centerx + corners[e].x);
box.h 33 * Single box utilities; A box is an entity with four edges, four corners, and
80 // Relative coordinates of the corners from the center of the box.
81 static const POINT corners[BOX::last]; member in class:BOX

Completed in 12 milliseconds