|
|
I'm trying to get equally spaced points on a parametric curve, but my
brain is just dumping core.
I have something similar to:
%ant=100;
#while (i<ant)
%t=i/ant*x0; // t running from 0 to x0
%f=<t, Y(t), Z(t)>; // f(t=0 -> x0) has arc lengt S
sphere {f, .1}
%i=i+1;
#end
Now, df/dt would be the "speed" of the points along the curve, but how
do I use it to get the desired effect?
sig.
Post a reply to this message
|
|