log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
public
>
sbplib
log +grid/Curve.m @ 282:
18c023aaf3f7
v0.1
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
Tue, 08 Dec 2015 09:50:39 +0100
Jonatan Werpers
Added and changed some comments. Also my text editor removed a bunch of whitespace.
feature/arclen-param
Mon, 07 Dec 2015 18:51:41 +0100
Martin Almquist
Added error checking for all methods that use the derivative gp. Removed that from the to do list. Updated some comments.
feature/arclen-param
Mon, 07 Dec 2015 18:46:59 +0100
Martin Almquist
Splined in the other direction! Works great. Runs faster. Removed ugly fix outside [0,1] in spline(). Camelcased numerical_derivative().
feature/arclen-param
Mon, 07 Dec 2015 17:24:28 +0100
Martin Almquist
fzero_vec, integral_vec and spline are now local functions in Curve. Renamed arcLengthStretch to arcLengthParametrization. Removed plot_derivative. Added some comments and extra lines + removed unneccesary lines. arcLength is now a method and not static. Constructor does not accept difference operator anymore.
feature/arclen-param
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
Sun, 29 Nov 2015 22:23:09 +0100
Martin Almquist
In Curve: Rearranged for speed. arc_length_fun is now a property of Curve. If it is not supplied, it is computed via the derivative and spline fitting. Switching to the arc length parameterization is much faster now. The new stuff can be tested with testArcLength.m (which should be deleted after that).
Sun, 29 Nov 2015 14:28:53 +0100
Martin Almquist
In Curve: Added numerical FD differentiation if derivative is not supplied. Added arc length computation based on the derivative. Added arc length parameterization (but this function is very slow.). In +util: Added fzero_vec.m and integral_vec.m, which call fzero and integral but take vector arguments.
Thu, 17 Sep 2015 10:12:50 +0200
Jonatan Werpers
Initial commit.
less
more
|
(0)
tip