|
|
OK, so you're saying that
auto_spline(x) - auto_spline(x+h) = l,
where x is a value 0..1, h is some value 0..1-x, and l is the distance
travelled along the spline.
In other words, the "distance" between the points returned by as(0.3)
and as(0.5) is the same as the "distance" between the points returned by
as(0.4) and as(0.6).
Put another way, if a spline were a string, then two points along the
spline separated by a constant factor would always have the same amount
of string between them.
Is that correct?
...Ben Chambers
www.pacificwebguy.com
Post a reply to this message
|
|