Module: GuiGeo
- Included in:
- Tools
- Defined in:
- lib/gui_geometry.rb,
lib/gui_geometry/point.rb,
lib/gui_geometry/tools.rb,
lib/gui_geometry/version.rb,
lib/gui_geometry/rectangle.rb
Defined Under Namespace
Modules: Tools
Classes: Point, Rectangle
Constant Summary
collapse
- VERSION =
"0.3.1"
Instance Method Summary
collapse
Instance Method Details
#point(*args) ⇒ Object
12
|
# File 'lib/gui_geometry.rb', line 12
def point(*args); GuiGeo::Point.new *args end
|
#rect(*args) ⇒ Object
13
|
# File 'lib/gui_geometry.rb', line 13
def rect(*args); GuiGeo::Rectangle.new *args end
|