Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用于 3D 网格的轴对齐边界框和一个定向边界框。如何找到定向边界框的旋转矩阵?
我不知道 trimesh,但通常当您使用任何 3D 技术时,您应该能够直接从类的暴露成员中获取边界框的旋转矩阵。
如果没有,任何信息,如前向和向上向量或欧拉角,都足以构建您的旋转矩阵。