Class: LibHokusai::HmlDoubleVec2

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

Instance Method Summary collapse

Instance Method Details

#xObject



193
194
195
# File 'ui/lib/lib_hokusai.rb', line 193

def x
  self[:x]
end

#yObject



197
198
199
# File 'ui/lib/lib_hokusai.rb', line 197

def y
  self[:y]
end