Add value to vector on specific index

后端 未结 0 707
执笔经年
执笔经年 2021-01-06 04:37

i have a function that subdivide a line between a list of points.

(defn subdivide [points]

  (vec 

   (for [i (range (count points))]
     (let [A (nth poin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题