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

evaluatePoint计算完成度问题 #12

Closed
EthanZhong opened this issue Dec 18, 2014 · 0 comments
Closed

evaluatePoint计算完成度问题 #12

EthanZhong opened this issue Dec 18, 2014 · 0 comments

Comments

@EthanZhong
Copy link

evaluatePoint 函数中var p = Math.floor(tx / data.size) + Math.floor(ty / data.size) * data.colParts;是否应该改成var row=Math.ceil(ty / data.size)-1;row=(row<0)?0:row;var p = Math.floor(tx / data.size) +row * data.colParts;

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

1 participant