Class: Compass::Magick::Utils::Point
- Inherits:
-
Struct
- Object
- Struct
- Compass::Magick::Utils::Point
- Defined in:
- lib/magick/utils.rb
Overview
A helper Point(x, y) structure.
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
90 91 92 |
# File 'lib/magick/utils.rb', line 90 def x @x end |
#y ⇒ Object
Returns the value of attribute y
90 91 92 |
# File 'lib/magick/utils.rb', line 90 def y @y end |