https://github.com/jin5354/v3
Javascript 3D Utils
https://github.com/jin5354/v3
Last synced: 3 months ago
JSON representation
Javascript 3D Utils
- Host: GitHub
- URL: https://github.com/jin5354/v3
- Owner: jin5354
- Created: 2018-03-27T11:45:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T01:28:46.000Z (over 2 years ago)
- Last Synced: 2025-03-18T15:48:56.803Z (3 months ago)
- Language: TypeScript
- Homepage: https://jin5354.github.io/v3/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# V3
[](https://travis-ci.org/jin5354/v3)3D Utils
3D 函数操作集
**Under heavy development**
Repo: [https://github.com/jin5354/v3](https://github.com/jin5354/v3)
Doc: [https://jin5354.github.io/v3/](https://jin5354.github.io/v3/)
## Install
```bash
$ npm i v3js --save
```## usage
```js
import { Vector3, EulerAngles, Matrix4, Quaternion } from 'v3js'
```## Utils
- Vector3 三维向量
- EulerAngles 欧拉角
- Quaternion 四元数
- Matrix4 矩阵# license
MIT