- #1
prasannapakkiam
Okay, I was doing 3D modelling. To save space I used vector functions to render terrain. Anyway, I came up with 3 parametric equations - each a function of an axis: e.g.: x=4t, y=5t+6, z=7t-9. How can you convert this into a Cartesian Equation?