struct PG::Geo::Point

Defined in:

pg/geo.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(x _x = @x, y _y = @y) #

[View source]
def x : Float64 #

def y : Float64 #