Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/bezier_curve/n_point.rb

Instance Method Summary collapse

Instance Method Details

#to_npObject

add n-point functions to a copy of this array



43
44
45
# File 'lib/bezier_curve/n_point.rb', line 43

def to_np
  dup.extend NPoint
end