* commit '3b96bfb1034433fde57239de036eaa96be107f04': Removing some more FloatMath references
This commit is contained in:
@@ -69,7 +69,7 @@ public class GestureStroke {
|
||||
bx.bottom = p.y;
|
||||
len = 0;
|
||||
} else {
|
||||
len += Math.hypot(p.x - tmpPoints[(i - 1) * 2], p.y - tmpPoints[(i -1 ) * 2 + 1]);
|
||||
len += Math.hypot(p.x - tmpPoints[(i - 1) * 2], p.y - tmpPoints[(i -1) * 2 + 1]);
|
||||
bx.union(p.x, p.y);
|
||||
}
|
||||
index++;
|
||||
|
||||
Reference in New Issue
Block a user