v3js

v3.js

Usage no npm install needed!

<script type="module">
  import v3js from 'https://cdn.skypack.dev/v3js';
</script>

README

V3

Build Status

3D Utils

3D 函数操作集

Under heavy development

Repo: https://github.com/jin5354/v3

Doc: https://jin5354.github.io/v3/

Install

$ npm i v3js --save

usage

import { Vector3, EulerAngles, Matrix4, Quaternion } from 'v3js'

Utils

  • Vector3 三维向量
  • EulerAngles 欧拉角
  • Quaternion 四元数
  • Matrix4 矩阵

license

MIT