struct PG::Geo::Line

Defined in:

pg/geo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(a : Float64, b : Float64, c : Float64) #

[View source]

Instance Method Detail

def a : Float64 #

def b : Float64 #

def c : Float64 #

def clone #

[View source]
def copy_with(a _a = @a, b _b = @b, c _c = @c) #

[View source]