struct Geometry::Line

Defined in:

geometry/line.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(a : Geometry::Point, b : Geometry::Point) #

[View source]

Instance Method Detail

def a : Point #

[View source]
def b : Point #

[View source]
def length : Float64 #

[View source]