mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

ArcEditor: start/slope start/(-)slope end/end format using Alt+click #63

Open mattrdowney opened 6 years ago

mattrdowney commented 6 years ago

Generates two arcs, intermediate point is evaluated at a point where the slopes are equal. (I believe this is logically coherent.)

Use case: drawing a four-leaf clover (e.g. one leaf is zero/up/right/zero)

This doesn't add much complexity to the state machine, but it does make validity and user experience far more difficult (on top of implementation being hard-ish).