rosetta-code.bitmap-bezier: use assocs.

factor-shell
John Benediktsson 2018-01-19 14:24:18 -08:00
parent e0a93a6ea8
commit 7f6b3261d5
1 changed files with 3 additions and 2 deletions

View 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