math-understanding-tools

时间:2024-04-30 18:40:10
【文件属性】:

文件名称:math-understanding-tools

文件大小:109KB

文件格式:ZIP

更新时间:2024-04-30 18:40:10

TypeScript

项目目的 已经开发了数学理解工具来进行数学演示。 核心项目基于 。 它允许绘制一些矢量,基本形状,线,网格,角度,尺寸,坐标(...) 如果您正在寻找如何向学生,朋友,社区等解释/表示/绘制cos / sin,归一化等...,则可以使用此库来简化演示的开发。 设置 NPM安装 npm install math-understanding-tools 基本用法示例 import { Application } from "pixi.js" ; import { GraphicVector , OVector2 , UpdateService } from "math-understanding-tools" ; let options = { antialias : true , autoResize : true } ; const app = new Appli


【文件预览】:
math-understanding-tools-master
----typedoc.json(87B)
----package.json(833B)
----jest.config.js(200B)
----LICENSE(2KB)
----package-lock.json(209KB)
----src()
--------mathunderstandingtools()
--------utils()
--------index.ts(66B)
----math-understanding-tools.png(11KB)
----.npmignore(36B)
----tsconfig.json(674B)
----.gitignore(43B)
----README.md(4KB)

网友评论