113 114 115
# File 'lib/matrix3.rb', line 113 def getAxisVector(i) Vector3.new( @data[i], @data[i+3], @data[i+6]) end