Module: EhbGameLib::Math::RectableObject
- Included in:
- Canvas
- Defined in:
- lib/ehb_game_lib/math/rectable_object.rb,
lib/ehb_game_lib/math/rectable_object/axis.rb
Defined Under Namespace
Classes: Axis
Instance Method Summary collapse
Instance Method Details
#rect ⇒ Object
46 47 48 |
# File 'lib/ehb_game_lib/math/rectable_object.rb', line 46 def rect ::Chingu::Rect.new(left, top, width, height) end |