Class: Raylib::Transform

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raylib_main.rb,
lib/raylib_helper.rb

Overview

Transform helper

Instance Method Summary collapse

Instance Method Details

#rObject



218
# File 'lib/raylib_helper.rb', line 218

def r = self[:rotation]

#sObject



219
# File 'lib/raylib_helper.rb', line 219

def s = self[:scale]

#tObject



217
# File 'lib/raylib_helper.rb', line 217

def t = self[:translation]