From 91212d7b8f177ae7f5f491a96d40ebc6c06e247a Mon Sep 17 00:00:00 2001 From: Cole <88110129+Palomarrrr@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:59:42 -0500 Subject: [PATCH] some issues with stupid things --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0263ccf..d641c0e 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,11 @@ If you are not familiar with Bezier Curves, it is a mathematical way to describe To start, enter your start and end time in the first two boxes. Then add your starting and ending SV. These will be the two endpoints of your curve and are represented by the blue dots in desmos. + ![blue dots](https://i.imgur.com/iVF3Rpm.png) Next will be your two control points. In the desmos page, these are represented by the black dots. + ![black dots](https://i.imgur.com/kbT5RnP.png) Below them is the control points X values. Currently this is measured by a number between 0 and 1 with 0 being the beginning of the SV and 1 being the end. I plan on making this more intuitive later.