class Phase::Circle
- Phase::Circle
 - Reference
 - Object
 
Defined in:
phase/circle.crConstructors
Instance Method Summary
- #intersects?(box : Box)
 - #intersects?(circle : Circle)
 - #intersects_rotated?(box : Box)
 - #radius : Float64
 - #radius=(radius : Float64)
 - #x : Float64
 - #x=(x : Float64)
 - #y : Float64
 - #y=(y : Float64)