rosetta-code.bitmap-bezier: use assocs.
parent
e0a93a6ea8
commit
7f6b3261d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue