1.0.6 • Published 2 years ago

coord-transformation v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

coord-transformation

用于对3维空间的坐标转换及点线投影、距离测量进行计算的工具库。

安装

# npm
npm install coord-transformation
# yarn
yarn addcoord-transformation

依赖

使用 numeric.js 作为数学运算库。

使用