Method: Autocad::BoundingBox#upper_right

Defined in:
lib/autocad/bounding_box.rb

#upper_rightObject Also known as: top_right



68
69
70
# File 'lib/autocad/bounding_box.rb', line 68

def upper_right
  Point3d.new(right, top, 0)
end