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



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

def r = self[:rotation]

#rotationObject



826
# File 'lib/raylib_main.rb', line 826

def rotation = self[:rotation]

#rotation=(v) ⇒ Object



827
# File 'lib/raylib_main.rb', line 827

def rotation=(v) self[:rotation] = v end

#sObject



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

def s = self[:scale]

#scaleObject



828
# File 'lib/raylib_main.rb', line 828

def scale = self[:scale]

#scale=(v) ⇒ Object



829
# File 'lib/raylib_main.rb', line 829

def scale=(v) self[:scale] = v end

#tObject



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

def t = self[:translation]

#translationObject



824
# File 'lib/raylib_main.rb', line 824

def translation = self[:translation]

#translation=(v) ⇒ Object



825
# File 'lib/raylib_main.rb', line 825

def translation=(v) self[:translation] = v end