Class: Raylib::Float3
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Float3
- 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
#v ⇒ Object
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 |