class Celestine::Point
- Celestine::Point
- Reference
- Object
Defined in:
math/point.crConstant Summary
-
OPERATIONS =
[:+, :-, :/, :*, :**, :&, :|, :^, :<<, :>>, :%]
-
ZERO =
Celestine::Point.new(0, 0)
Constructors
Instance Method Summary
- #%(other : Celestine::Point)
- #&(other : Celestine::Point)
- #*(other : Celestine::Point)
- #**(other : Celestine::Point)
- #+(other : Celestine::Point)
- #-(other : Celestine::Point)
- #/(other : Celestine::Point)
- #<<(other : Celestine::Point)
- #>>(other : Celestine::Point)
- #^(other : Celestine::Point)
- #|(other : Celestine::Point)
- #to_s(io)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)