struct GSF::Circle
- GSF::Circle
- Struct
- Value
- Object
Defined in:
gsf/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)
-
#collides?(cx, cy, other_radius, other_cx, other_cy)
with other Circle (other_radius, other_cx, other_cy)
- #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)
def collides?(cx, cy, other_radius, other_cx, other_cy)
#
with other Circle (other_radius, other_cx, other_cy)