Response title
This is preview!




Click on Join Now to Sign Up


It is probably easier to use cartesian co-ordinates for what you are trying to do.
The
vector it uses for the next line is r, phi, theta (should be Spherical coordinate system).
when you've used RI(), you've only updated theta, and not phi. Similarly in noseDown() only phi is updated, not theta. I believe this is the main bug in your sketch.
when you've used RI(), you've only updated theta, and not phi. Similarly in noseDown() only phi is updated, not theta. I
believe this is the main bug in your sketch.
