algorithmic modeling for Rhino
Hi,
Would anyone know how to enter the functions below in the "Evaluate" (Eval) or "Expression" components, please?
x = (b^2 - c^2*cos(a*t).^2).^(1/2).*cos(t);
y = (b^2 - c^2*cos(a*t).^2).^(1/2).*sin(t);
z = c*cos(a*t);
Thank you in advance,
Andre
Tags:
Remove the dots "."
{ (b^2 - c^2*cos(a*t)^2)^(1/2)*cos(t), (b^2 - c^2*cos(a*t)^2)^(1/2)*sin(t), c*cos(a*t) }
Thank you!
Andre
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by