Class: FT::Matrix

Inherits:
FFIAdditions::Struct
  • Object
show all
Defined in:
lib/ft-ffi/struct/matrix.rb

Overview

Instance Method Summary collapse

Instance Method Details

#inspectObject



22
23
24
# File 'lib/ft-ffi/struct/matrix.rb', line 22

def inspect
  members.map { |member| "#{member.inspect} = #{self[member]}" }.join(', ')
end

#to_sObject



18
19
20
# File 'lib/ft-ffi/struct/matrix.rb', line 18

def to_s
  inspect
end

#xxObject



4
# File 'lib/ft-ffi/struct/matrix.rb', line 4

def xx; end

#xx=(v) ⇒ Object



5
# File 'lib/ft-ffi/struct/matrix.rb', line 5

def xx=(v); end

#xyObject



6
# File 'lib/ft-ffi/struct/matrix.rb', line 6

def xy; end

#xy=(v) ⇒ Object



7
# File 'lib/ft-ffi/struct/matrix.rb', line 7

def xy=(v); end

#yxObject



10
# File 'lib/ft-ffi/struct/matrix.rb', line 10

def yx; end

#yx=(v) ⇒ Object



11
# File 'lib/ft-ffi/struct/matrix.rb', line 11

def yx=(v); end

#yyObject



8
# File 'lib/ft-ffi/struct/matrix.rb', line 8

def yy; end

#yy=(v) ⇒ Object



9
# File 'lib/ft-ffi/struct/matrix.rb', line 9

def yy=(v); end