this is my hyperbolic equation
$y = x^2$
then convert to paramteric equation, like this:
$x = u$
$y = u^2$
so i insert the equation into x and y Axis Generator
x: u
y: u
z: 0
the output is: 2D hyperbolic object
when i insert v parameter into z Axis
the output is: 3D hyperbolic object
my question is how to make 3D cube using parametric equation and how to insert it into the Generator.
any help thank youu :-) I LOVE YOU
another exemple:
x: cos(u)
y: sin(u)
z: v
the output is: pipe
where:
u minimal: 0
u maximal: 6.28
v minimal: 0
v maximal: 1
uandvparameter. @MohammadZuhairKhan – vaiana Dec 14 '18 at 08:16