struct PG::Geo::Circle

Defined in:

pg/geo.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

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

[View source]
def radius : Float64 #

def x : Float64 #

def y : Float64 #