Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle obstacle #7

Open
YesIDont opened this issue Jun 17, 2019 · 1 comment
Open

Circle obstacle #7

YesIDont opened this issue Jun 17, 2019 · 1 comment

Comments

@YesIDont
Copy link

Hi, I was wandering if except for polygons this will also work with circles, and if yes, what code is required?

@andysu0503
Copy link

try to replace Polygon #1 👍
// Polygon #1
{a:{x: 144 ,y: 130 },b:{x: 142 ,y: 135 }},
{a:{x: 142 ,y: 135 },b:{x: 139 ,y: 139 }},
{a:{x: 139 ,y: 139 },b:{x: 135 ,y: 142 }},
{a:{x: 135 ,y: 142 },b:{x: 130 ,y: 144 }},
{a:{x: 130 ,y: 144 },b:{x: 125 ,y: 145 }},
{a:{x: 125 ,y: 145 },b:{x: 119 ,y: 144 }},
{a:{x: 119 ,y: 144 },b:{x: 115 ,y: 142 }},
{a:{x: 115 ,y: 142 },b:{x: 110 ,y: 139 }},
{a:{x: 110 ,y: 139 },b:{x: 107 ,y: 135 }},
{a:{x: 107 ,y: 135 },b:{x: 105 ,y: 130 }},
{a:{x: 105 ,y: 130 },b:{x: 105 ,y: 125 }},
{a:{x: 105 ,y: 125 },b:{x: 105 ,y: 119 }},
{a:{x: 105 ,y: 119 },b:{x: 107 ,y: 115 }},
{a:{x: 107 ,y: 115 },b:{x: 110 ,y: 110 }},
{a:{x: 110 ,y: 110 },b:{x: 114 ,y: 107 }},
{a:{x: 114 ,y: 107 },b:{x: 119 ,y: 105 }},
{a:{x: 119 ,y: 105 },b:{x: 125 ,y: 105 }},
{a:{x: 125 ,y: 105 },b:{x: 130 ,y: 105 }},
{a:{x: 130 ,y: 105 },b:{x: 135 ,y: 107 }},
{a:{x: 135 ,y: 107 },b:{x: 139 ,y: 110 }},
{a:{x: 139 ,y: 110 },b:{x: 142 ,y: 114 }},
{a:{x: 142 ,y: 114 },b:{x: 144 ,y: 119 }},
{a:{x: 144 ,y: 119 },b:{x: 145 ,y: 125 }},
{a:{x: 145 ,y: 125 },b:{x: 144 ,y: 130 }},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants