Open joqqy opened 9 months ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The midPointBtw calculation p1+ (p2 - p1) / 2, is equivalent to the simplification (p2 + p1) / 2. Saving you an operation.