struct

Pnt

Inherits Struct < Value < Object

Constants

Down = Pnt[1, 0]
Left = Pnt[0, -1]
Right = Pnt[0, 1]
Up = Pnt[-1, 0]

Constructors

new(i : Int32, j : Int32)
Source

Class methods

[](i : Int32, j : Int32)
Source

Instance methods

+(other : Pnt)
Source
-(other : Pnt)
Source
<=>(other : Pnt)
Source
down
Source
i=(i : Int32)
Source
j=(j : Int32)
Source
left
Source
right
Source