abstract struct Woozy::Pos2

Direct Known Subclasses

Defined in:

pos3.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, z : Int32) #

[View source]

Instance Method Detail

def %(other : self) : self #

[View source]
def %(value : Int32) : self #

[View source]
def *(other : self) : self #

[View source]
def *(value : Int32) : self #

[View source]
def **(other : self) : self #

[View source]
def **(value : Int32) : self #

[View source]
def +(other : self) : self #

[View source]
def +(value : Int32) : self #

[View source]
def -(other : self) : self #

[View source]
def -(value : Int32) : self #

[View source]
def - : self #

[View source]
def /(other : self) : self #

[View source]
def /(value : Int32) : self #

[View source]
def //(other : self) : self #

[View source]
def //(value : Int32) : self #

[View source]
def hash(hasher) #
Description copied from struct Struct

See Object#hash(hasher)


[View source]
def to(other : self, & : self -> ) : Nil #

[View source]
def x : Int32 #

[View source]
def z : Int32 #

[View source]