struct Glass::Point

Defined in:

Point/Point.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def *(s) : Point #

[View source]
def +(p : Point) : Point #

[View source]
def -(p : Point) : Point #

[View source]
def abs : Point #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]