Class: Jolt::Transform
- Inherits:
-
Data
- Object
- Data
- Jolt::Transform
- Defined in:
- lib/jolt/transform.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#rotation ⇒ Object
readonly
Returns the value of attribute rotation.
Instance Attribute Details
#position ⇒ Object (readonly)
Returns the value of attribute position
4 5 6 |
# File 'lib/jolt/transform.rb', line 4 def position @position end |
#rotation ⇒ Object (readonly)
Returns the value of attribute rotation
4 5 6 |
# File 'lib/jolt/transform.rb', line 4 def rotation @rotation end |