如何绘制一个平行六面体并在其中心绘制一个实心圆

发布于 2024-10-30 19:50:49 字数 64 浏览 1 评论 0原文

如何绘制一个平行六面体并在其中心绘制一个实心圆。请解释其中涉及的数学。目前我正在尝试使用 OpenGL 来实现它。

How can I draw a parallelipiped and draw a filled circle in its center. Please explain the maths involved in it.. Currently I am trying to achieve it using OpenGL.

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

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

发布评论

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

评论(1

尛丟丟 2024-11-06 19:50:49

您需要知道定义平行六面体的 3 个向量。它的中心是这三个向量之和的一半。你的圆将与平行六面体具有相同的中心。找到距离中心点最近的平行六面体的边。这是你的半径。

You need to know the 3 vectors that define the parallelipiped. Its center is half the sum of these three vectors. Your circle will have the same center as the parallelpiped. Find the closest edge of the parallelpiped from the center point. This is your radius.

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