获取给定 (x,y) 位置的 2d 网格上项目的索引
如何在给定 (x,y) 位置的网格上获取项目的索引(从左上角开始计数)?
How can you get the index (counting from top-left) of an item on a grid given the (x,y) location?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中 NUM_COLS 是网格中的列数。
Where NUM_COLS is the number of columns in the grid.