Celestine::Point
Inherits Reference / Object
Constants
OPERATIONS = [:+, :-, :/, :*, :**, :&, :|, :^, :<<, :>>, :%]
ZERO = Celestine::Point.new(0, 0)
Constructors
new(x : Int32, y : Int32)
SourceInstance methods
%(other : Celestine::Point)
Source&(other : Celestine::Point)
Source*(other : Celestine::Point)
Source**(other : Celestine::Point)
Source+(other : Celestine::Point)
Source-(other : Celestine::Point)
Source/(other : Celestine::Point)
Source<<(other : Celestine::Point)
Source>>(other : Celestine::Point)
Source^(other : Celestine::Point)
Source|(other : Celestine::Point)
Sourceto_s(io)
Sourcex=(x : Int32)
Sourcey=(y : Int32)
Source