Class: Raylib::Float3

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raymath.rb

Overview

NOTE: Helper types to be used instead of array return types for *ToFloat functions

Instance Method Summary collapse

Instance Method Details

#vObject



26
# File 'lib/raymath.rb', line 26

def v = self[:v]

#v=(v) ⇒ Object



27
# File 'lib/raymath.rb', line 27

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