math-object

an object oriented math library for js

Usage no npm install needed!

<script type="module">
  import mathObject from 'https://cdn.skypack.dev/math-object';
</script>

README

Math Object

Version Download Build Status

本项目试图用对象表示点、矢量等,使数学运算更加简单。

Install

npm install math-object

or

<script src="math-object.js"></script>

API Doc

Point 点类

  • getDistanceByPoint
  • getPointByVector
  • getPointByPoint
  • getMiddlePointByPoint
  • getPointsBesideConnection
  • getPointsBesideMiddlePoint
  • getVectorByPoint

Vector 矢量类

  • mergeVector
  • getOppositeVector
  • getVerticalVector

Util 功能方法

  • getOpposite
  • getReciprocal
  • getDivisors
  • getGreatestCommonDivisor
  • getLeastCommonMultiple