cabaletta / baritone

google maps for block game
GNU Lesser General Public License v3.0
7.17k stars 1.44k forks source link

Circular paths #702

Open bowlz1 opened 5 years ago

bowlz1 commented 5 years ago

Add the ability to set circular paths, with the ability to select the radius, centerpoint and y height of it.

Usage/command syntax: "#circle

<y height (omit to ignore height)>" or "#circlepath" instead of "#circle"

ZeroMemes commented 5 years ago

I think a very good question is W H Y

bddvlpr commented 5 years ago

Real men walk circles... duh...

IronException commented 5 years ago

actually I had a usecase for this when I made this spawn render: https://www.reddit.com/r/2b2t/comments/ccgffq/render_of_spawn_20190710_society_project/?utm_medium=android_app&utm_source=share. But I cant find any other. Also doing this isnt that easy. The only algorythm that comes to my mind right now requires a parameter how accyrate the circle has to be.

ZeroMemes commented 5 years ago

Yeah, it would require making a ton of small segments per an accuracy parameter or some calculated amount based on size. But that isn’t too difficult.