NURBS
Posted: Tue Apr 08, 2008 11:48 am
Bruce,
Some parameric curves involve a ratio of two magintudes (similar to space and time) coupled via simple functions.
Look at the brief description of 3D NURBS below, which seem to couple 3D magnitude to 1D magnitude in their implementation.
It seems that with some minor tweaking their definition can be expanded to 3D/3D magnitudes and used to model RST. (we'd need three different W(t) functions, to be symmetrical)
Don't forget to read the last 5 words of the quote below.
Regards,
Horace
Google wrote:
Some parameric curves involve a ratio of two magintudes (similar to space and time) coupled via simple functions.
Look at the brief description of 3D NURBS below, which seem to couple 3D magnitude to 1D magnitude in their implementation.
It seems that with some minor tweaking their definition can be expanded to 3D/3D magnitudes and used to model RST. (we'd need three different W(t) functions, to be symmetrical)
Don't forget to read the last 5 words of the quote below.
Regards,
Horace
Google wrote:
A rational cubic curve segment in 3D can be constructed as follows
x(t) = X(t)/W(t)
y(t) = Y(t)/W(t)
z(t) = Z(t)/W(t)
where each of X(t), Y(t), Z(t), and W(t) are cubic polynomial curves. Defining curves as rational polynomials in this manner allows for simple exact represenations of conic sections such as circles, as well as curves which are invariant under perspective projection.