summaryrefslogtreecommitdiff
path: root/sly/math
Commit message (Expand)AuthorAgeFilesLines
* vector: Factorize anchor function.David Thompson2016-05-271-1/+28
* math: vector: Add polar2 procedure.David Thompson2016-04-241-0/+7
* math: vector: Fix export issue.David Thompson2016-04-171-1/+2
* math: transform: Perform matrix multiplication in Scheme.David Thompson2016-02-111-8/+136
* math: rect: Fix rect-inflate implementation.David Thompson2016-01-011-2/+2
* Optimize matrix operations.David Thompson2015-08-251-39/+52
* math: rect: Update docstrings.David Thompson2014-12-131-8/+7
* math: transform: Update docstrings.David Thompson2014-12-131-4/+4
* math: rect: Invert y-axis.David Thompson2014-12-061-25/+27
* math: rect: Add rect-clamp.David Thompson2014-12-061-0/+7
* math: vector: Add vmap.David Thompson2014-12-061-1/+12
* math: tween: Memoize iterpolation procedure.David Thompson2014-11-301-1/+7
* math: tween: Replace let* with let in ease-reflect.David Thompson2014-11-301-1/+1
* math: Reimplement tween module formerly known as transition.David Thompson2014-11-301-0/+107
* transform: Dedupe cblas-sgemm call.David Thompson2014-11-221-5/+1
* math: Move rect module to sly/math directory.David Thompson2014-11-081-0/+212
* math: Move transform module to sly/math directory.David Thompson2014-11-081-0/+263
* math: Move quaternion module to sly/math directory.David Thompson2014-11-081-0/+112
* transition: Move interpolation procedures to their relevant module.David Thompson2014-10-031-1/+3
* Export vector record type identifiers for destructuring via 'match'.David Thompson2014-10-021-16/+12
* Rewrite vector math module.David Thompson2014-10-011-0/+159