Returns the angle axis as [angle, x, y, z]
9
# File 'lib/eigen/angle_axis.rb', line 9 def to_a; [angle, axis.to_a] end