Class: Mlr::ResultPoint3D
- Inherits:
-
Struct
- Object
- Struct
- Mlr::ResultPoint3D
- 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.
-
#z ⇒ Object
Returns the value of attribute z.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
16 17 18 |
# File 'lib/mlr.rb', line 16 def x @x end |
#y ⇒ Object
Returns the value of attribute y
16 17 18 |
# File 'lib/mlr.rb', line 16 def y @y end |
#z ⇒ Object
Returns the value of attribute z
16 17 18 |
# File 'lib/mlr.rb', line 16 def z @z end |