struct Geometry::BoundingBox

Defined in:

geometry/bounding_box.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(left_bottom : Point, right_top : Point) #

[View source]

Instance Method Detail

def contains?(point : Point) #

[View source]
def diagonal #

[View source]
def left_bottom : Geometry::Point #

[View source]
def left_bottom=(left_bottom) #

[View source]
def right_top : Geometry::Point #

[View source]
def right_top=(right_top) #

[View source]