metabrush/brush-strokes
sheaf 1338d7ddbe Improve intervallic rotation computations
This commit bakes in a certain kind of representation for brush strokes:

  c(t,s) = p(t) + R(theta(t)) b(t,s)

This representation allows us to cancel out some rotation terms when
computing the envelope equation, improving the efficiency of the
cusp-finding methods.
2024-04-20 18:28:41 +02:00
..
src Improve intervallic rotation computations 2024-04-20 18:28:41 +02:00
.gitignore Add mechanisms to log envelope equation data 2024-02-19 16:46:09 +01:00
brush-strokes.cabal Split off root-isolation algorithms into Math.Root.Isolation 2024-04-17 20:41:21 +02:00
cabal.project Add tests and fix MonomialBasis D3A3 instance 2024-03-08 15:35:39 +01:00