* commit '9b0109eb051fcf0a7ad801d03e73aa4e0bf2d7a7': 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