文件名称:python-computational-geometry:用于矢量化几何数学的 Python 库
文件大小:152KB
文件格式:ZIP
更新时间:2024-07-04 15:45:54
Python
python-计算几何 用于矢量化几何数学的 Python 库。 预期功能: Fast, vecorized computations on sets of geometry objects Functions implemented in numpy and possibly cgal or other C libs Object oriented geometries with complimentary methods (Intersect(bezier1,linesegs1) Intersect(linesegs1,bezier1) both use the same function under the hood. Just-in-time computation and caching of properties (like line normals, m
【文件预览】:
python-computational-geometry-master
----README.png(149KB)
----base.py(1KB)
----test.py(5KB)
----base_geometry.py(3KB)
----README.md(2KB)
----results.py(6KB)
----dimensional_utils.py(2KB)
----.gitignore(695B)
----composite_geometry.py(3KB)