PDA

View Full Version : elliptic paraboloid


gochenid
12-30-2005, 10:16 AM
i have an elliptic paraboloid equation z=0.5*(x*x+y*y). I generated a set of points (x,y,z). I can draw these points in 2D with the equations:

x=rho*cos(a)*sin(b)
y=rho*sin(a)*sin(b)
z=rho*sin(b)

a'=a+a0
b'=b+b0

x'=rho*cos(a')*sin(b')
y'=rho*sin(a')*sin(b')
z=rho*sin(b').

by ploting (x',z').

i can do the horizontal rotation without any problem, but the vertical rotation is not working, anyone has any idea?

Nils Pipenbrinck
12-30-2005, 11:45 AM
please define horizontal and vertical rotation. We're in 3d, and it's all about the point of view.

CobraLionz
01-21-2006, 10:31 PM
Sounds to me like you don't have a clue about spherical coordinates. You know that SAT question about the length of the diagonal of a cube? If you can answer that this should be easy.

edit:
i'd be more specific but this sounds like homework

Reedbeta
01-22-2006, 09:19 AM
cobra, this thread is almost a month old...I think the OP is gone by now.