|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
SAT (Separating Axis Theorem) 碰撞检测 更多...

命名空间 | |
| vde | |
| vde::collision | |
函数 | |
| bool | vde::collision::sat_intersect (const std::vector< Point3D > &verts_a, const std::vector< std::array< int, 3 >> &faces_a, const std::vector< Point3D > &verts_b, const std::vector< std::array< int, 3 >> &faces_b) |
| SAT 凸多面体相交检测 更多... | |