npm-math-fti

math app for me

Usage no npm install needed!

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

README

GIT: https://github.com/Dimoner/npm-math-fti

Point(класс) - set {x: 1, y: 1, z: 1}

1)offset - set {x: 1, y: 1, z: 1} - example{x: 0, y: 0, z: 1}

Vector(класс) - set {i: 1, j: 1, k: 1}

vekMethod - This is methods for points and vektors

1)distance - distance between points (set two class\obj)
2)subTwoVektor return new vektor
3)addTwoVektor return new vektor
4)dotTwoVektor return number
5)crossTwoVektor return new vektor