lib/mageo/axes.rb in mageo-0.0.4 vs lib/mageo/axes.rb in mageo-0.0.5

- old
+ new

@@ -54,18 +54,9 @@ def independent? self.class.independent?(@axes) end - def to_a - result = [ - @axes[0].to_a, - @axes[1].to_a, - @axes[2].to_a, - ] - return result - end - # Item access for three axes in cartesian coordinates. # Note: []= method is not provided. def [](index) @axes[ index ] end