Datacup / dfhackscripts

Some dfhack scripts from friends of keupo on twitch
Apache License 2.0
9 stars 3 forks source link

Added two new ellipse modes #11

Closed qvatch closed 6 years ago

qvatch commented 6 years ago

Ellipse by 3pts (origin, major axis, minor axis), circle by 2pts (origin, diameter).

Had to introduce $major as a way to store the second point. Not sure if this is an ok way.