Class: Mlr::ResultPoint2D
- Inherits:
-
Struct
- Object
- Struct
- Mlr::ResultPoint2D
- Defined in:
- lib/mlr.rb
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
15 16 17 |
# File 'lib/mlr.rb', line 15 def x @x end |
#y ⇒ Object
Returns the value of attribute y
15 16 17 |
# File 'lib/mlr.rb', line 15 def y @y end |