Class: MagicaVoxel::Vector3
- Inherits:
-
Struct
- Object
- Struct
- MagicaVoxel::Vector3
- Defined in:
- lib/magica_voxel.rb
Overview
The Vector3
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
40 41 42 |
# File 'lib/magica_voxel.rb', line 40 def x @x end |
#y ⇒ Object
Returns the value of attribute y
40 41 42 |
# File 'lib/magica_voxel.rb', line 40 def y @y end |
#z ⇒ Object
Returns the value of attribute z
40 41 42 |
# File 'lib/magica_voxel.rb', line 40 def z @z end |