Class: Mlr::AnchorPoint3D
- Inherits:
-
Struct
- Object
- Struct
- Mlr::AnchorPoint3D
- Defined in:
- lib/mlr.rb
Overview
define point struct it is used everywhere
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#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
#distance ⇒ Object
Returns the value of attribute distance
9 10 11 |
# File 'lib/mlr.rb', line 9 def distance @distance end |
#x ⇒ Object
Returns the value of attribute x
9 10 11 |
# File 'lib/mlr.rb', line 9 def x @x end |
#y ⇒ Object
Returns the value of attribute y
9 10 11 |
# File 'lib/mlr.rb', line 9 def y @y end |
#z ⇒ Object
Returns the value of attribute z
9 10 11 |
# File 'lib/mlr.rb', line 9 def z @z end |