Hi, I created a 3d plot with
parametric_plot3d( (cos(t)^3, sin(t)^3, cos(2*t)), (t, 0, 2*pi))
I looked over at google for some projection() functions but I didn't find much.
Basically what I need to do is orthogonally project that plot onto coordinate planes (x, y, z).
If anyone has any idea or an approximate algorithm, that would be nice.