We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original:
local function simplifyDPStep(points, first, last, sqTolerance, simplified) local maxSqDist = sqTolerance local index for i=first+1, last do local sqDist = getSqSegDist(points[i], points[first], points[last])
Output:
local function unknown3(var0, var1, var2, var3, var4) local var5 = var3 local var6 = nil; local var7 = var1 + 1 local var8 = var2 local var9 = 1 for var10=var7, var8, var9 do local var11 = "unk1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original:
Output:
The text was updated successfully, but these errors were encountered: