Vitaliy

Results 3 comments of Vitaliy

I tried to use method with my animations from activity-life-circle methods and when press the button. The result was two different behavior for same code. Correct was when i press...

The issue is in calculating dist at PieRenderer.getContainingSegment() Probably it should be something like this: `double dist = signedDistance(offset, angle);` `double endDist = signedDistance(offset, lastOffset);` **`if (dist < 0) {...