Collection of parametric curves
Collection of parametric curves
(add c1 c2)
Add two curves (by adding resulting vectors).
Add two curves (by adding resulting vectors).
Return vector field for given name and parametrization.
Default parametrization is random.
Resulting function returns [[Vec2]] type.
Return vector field for given name and parametrization. Default parametrization is random. Resulting function returns [[Vec2]] type.
(mult c1 c2)
Multiply two curves (by multiplying vectors elementwise).
Multiply two curves (by multiplying vectors elementwise).
Return random parametrization map for given curve.
You can pass part of the parametrization. In this case function will add remaining keys with randomly generated values.
If field doesn't have any parametrization, empty map will be returned.
See curve
.
Return random parametrization map for given curve. You can pass part of the parametrization. In this case function will add remaining keys with randomly generated values. If field doesn't have any parametrization, empty map will be returned. See [[curve]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close