Mercurial > repos > public > sbplib
log
age | author | description |
---|---|---|
Fri, 04 Dec 2015 16:35:30 +0100 | Jonatan Werpers | Made char BC in euler more robust. |
Sun, 06 Dec 2015 15:41:42 +0100 | Martin Almquist | The arclength parameter function was slow because it called fzero. Now it is constructed once and for all with splines. Much better performance. feature/arclen-param |
Sun, 06 Dec 2015 13:47:12 +0100 | Martin Almquist | Removed arclength property. Constructor compatible again. Translation and rotation are fast now, but ti is slow. feature/arclen-param |
Wed, 02 Dec 2015 16:29:54 +0100 | Martin Almquist | Merged with deafult. feature/arclen-param |
Wed, 02 Dec 2015 16:21:16 +0100 | Jonatan Werpers | Wave2dCurve: Removed some comments. |