@shed/math
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

@shed/math

@shed/math 尝试兼顾效率与 API 易用性数学库

安装

npm install @shed/math

或使用 yarn

yarn add @shed/math

文档

  • 2D相关

  • 3D相关

    • [Vector3D] 施工中
    • [Matrix3D] 施工中
    • [Quaternion] 施工中
  • 其他

  • 通用方法

    以上类通过实现 ICommonMethod<T> 接口,都实现了以下通用方法。

    • reset() 重新赋值
    • equal() 判断是否相等
    • copyFrom() 从目标复制
    • clone() 克隆一个新对象
    • toString() 返回字符串表示

Package Sidebar

Install

npm i @shed/math

Weekly Downloads

0

Version

0.2.1

License

MIT

Unpacked Size

183 kB

Total Files

42

Last publish

Collaborators

  • nshen121
  • shed121