An open API service indexing awesome lists of open source software.

https://github.com/magiclu550/jplane3vector

关于空间几何的算法实现
https://github.com/magiclu550/jplane3vector

Last synced: 7 months ago
JSON representation

关于空间几何的算法实现

Awesome Lists containing this project

README

          

JPlane3Vector

基于java实现的矢量几何解析工具

- [X] 线面平行和线线平行
- [X] 判断点线在面上
- [X] 法向量
- [X] 二面角
- [X] 垂直判定
- [ ] 在一个平面上绘制图形
- [ ] 平面交线
- [X] 线线角和线面角
- [X] 线线距离和线面距离
- [ ] 复杂几何体和体积面积求解
- [ ] 可视化引擎