dulnan / lazy-brush

Smooth drawing with mouse, finger or other pointing device
https://lazybrush.dulnan.net/
MIT License
804 stars 23 forks source link

Midpoint, calculation simplification. #5

Open joqqy opened 9 months ago

joqqy commented 9 months ago

The midPointBtw calculation p1+ (p2 - p1) / 2, is equivalent to the simplification (p2 + p1) / 2. Saving you an operation.

netlify[bot] commented 9 months ago

Deploy Preview for lazy-brush ready!

Name Link
Latest commit 9e094ef1acb4e404dc994de12142c47357fea5c6
Latest deploy log https://app.netlify.com/sites/lazy-brush/deploys/65c6afb72b27140008037e3c
Deploy Preview https://deploy-preview-5--lazy-brush.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.