Class: Raylib::Float3

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

Overview

Struct

Instance Method Summary collapse

Instance Method Details

#vObject



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

def v = self[:v]

#v=(v) ⇒ Object



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

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