rigth now we only have equations to make shapes but if we as example want to make a three point bezier curve we would have to make an equasion with about 120 caracters if we had paramtric functions to make lines we could do the same with about 20 to 30 caracter and it would be way faster too
Proposed Solution
add a command that takes a point that takes pos1=(-1,-1,-1) and pos2=(1,1,1) and a value fron wich it would start the parametric and where it should stop and then the function
Is there an existing issue for this?
Problem
rigth now we only have equations to make shapes but if we as example want to make a three point bezier curve we would have to make an equasion with about 120 caracters if we had paramtric functions to make lines we could do the same with about 20 to 30 caracter and it would be way faster too
Proposed Solution
add a command that takes a point that takes pos1=(-1,-1,-1) and pos2=(1,1,1) and a value fron wich it would start the parametric and where it should stop and then the function
Alternatives
No response
Additional info
No response