SIsilicon / WorldEdit-BE

A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
GNU General Public License v3.0
292 stars 34 forks source link

parametric functions #302

Open theonlytruemuck opened 3 weeks ago

theonlytruemuck commented 3 weeks ago

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