]> gitweb.factorcode.org Git - factor.git/commitdiff
rosetta-code.bitmap-bezier: use assocs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Jan 2018 22:24:18 +0000 (14:24 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Jan 2018 22:24:18 +0000 (14:24 -0800)
extra/rosetta-code/bitmap-bezier/bitmap-bezier.factor

index 6988405419c6f5315bd5cd8d79048e1d6fc65f83..96114a8a229ef56c59b0435b481ad15b8dd8d228 100644 (file)
@@ -1,7 +1,8 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays kernel locals math math.functions math.vectors
-rosetta-code.bitmap rosetta-code.bitmap-line sequences ;
+USING: arrays assocs kernel locals math math.functions
+math.vectors rosetta-code.bitmap rosetta-code.bitmap-line
+sequences ;
 IN: rosetta-code.bitmap-bezier
 
 ! http://rosettacode.org/wiki/Bitmap/Bézier_curves/Cubic