Liking cljdoc? Tell your friends :D

fastmath.curves

Collection of parametric curves

Collection of parametric curves
raw docstring

addclj

(add c1 c2)

Add two curves (by adding resulting vectors).

Add two curves (by adding resulting vectors).
sourceraw docstring

curvecljmultimethod

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.
sourceraw docstring

curves-listclj

source

multclj

(mult c1 c2)

Multiply two curves (by multiplying vectors elementwise).

Multiply two curves (by multiplying vectors elementwise).
sourceraw docstring

parametrizationcljmultimethod

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]].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close