struct MonsterMaze::Circle
- MonsterMaze::Circle
- Struct
- Value
- Object
Defined in:
monster_maze/circle.crConstructors
Instance Method Summary
-
#collides?(cx, cy, other : Circle, other_cx, other_cy)
with other Circle (other.radius, other_cx, other_cy)
-
#collides?(cx, cy, box : Box, x, y)
with Box (box.size, x, y)
- #draw(window : SF::RenderWindow, cx, cy)
- #radius : Int32
- #radius=(radius : Int32)
Constructor Detail
Instance Method Detail
with other Circle (other.radius, other_cx, other_cy)