将网格表示为对象

发布于 2024-10-19 19:54:42 字数 171 浏览 1 评论 0原文

用对象来表示网格的合理方法是什么? 这是二维图形编程练习的一部分,其中网格的中心是“我”。

该对象需要可扩展至 20,20。

因此,如果我有一个 3,3 网格,我需要知道我在网格 1,1(中心)中,而 0,0 位于右下角。如果我有一个 5,5 的网格,我需要知道 2,2 是中心,0,0 是中心。

What's reasonable way to represent a grid in terms of an object?
It's part of a two dimensional graphic programming exercise where at the center of the grid is "me".

The object needs to be scalable up to 20,20.

So if I have a 3,3 grid I need to know that I am in grid 1,1 (center) and that 0,0 is lower right. And if I have an grid of 5,5 I need to know that 2,2 is the center and 0,0 is the center.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟花易冷人易散 2024-10-26 19:54:42

如果您需要降低网格的复杂性和另一种顺序,您可以使用空间填充曲线,例如 z 曲线、希尔伯特曲线、皮亚诺曲线。

If you need a reduction of the complexity and another order of the grid you can use space-filling-curve like a z-curve, a hilbert-curve, a peano-curve.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文