Javascript – How to determine if a circle is inside a circle using Paper.js?
How can one determine if a circle is inside another circle? I thought I had it figured out using isInside method. Note: This code will run on http://sketch.paperjs.org Expect Circle2 to be inside Circle1 var circle1 = new Path.Circle(new Point(100,…