在数组中表示旋转立方体的最佳方法
我想知道是否有人对如何在数据结构中表示彩色立方体有一些想法。数据结构中的每个项目都应该代表立方体颜色的一个面。 该立方体必须沿 x、y、z 进行 3D 旋转。
谢谢 弗朗索瓦
I was wondering if anyone has some ideas on how to represent a color-faced cube in a data structure. Each item in the data structure should represent a face of the cube's color.
This cube has to rotate in 3D along x, y, z.
Thanks
Francois
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两个元素的三元组怎么样?由于您看不到立方体的两个相对面,因此您只能从每个元组中选择一个(或不选择)元素。
正常模具的示例:
How about three tuples of two elements? Since you cannot see two opposite sides of the cube, you choose just one (or no) element from each tuple.
An example with normal die: