Class: Raylib::Transform
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Transform
- Defined in:
- lib/raylib_main.rb,
lib/raylib_helper.rb
Overview
Transform helper
Instance Method Summary collapse
Instance Method Details
#r ⇒ Object
218 |
# File 'lib/raylib_helper.rb', line 218 def r = self[:rotation] |
#s ⇒ Object
219 |
# File 'lib/raylib_helper.rb', line 219 def s = self[:scale] |
#t ⇒ Object
217 |
# File 'lib/raylib_helper.rb', line 217 def t = self[:translation] |