Method: Snow::Vec3Array#dup

Defined in:
lib/snow-math/to_a.rb

#dupObject Also known as: clone

Duplicates the Vec3Array and returns it.

call-seq: dup -> new vec3_array



143
144
145
# File 'lib/snow-math/to_a.rb', line 143

def dup
  self.class.new(self)
end