angle-between-points:给定两个点,它返回它们之间的角度(以度为单位)

时间:2024-06-05 00:11:09
【文件属性】:

文件名称:angle-between-points:给定两个点,它返回它们之间的角度(以度为单位)

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 00:11:09

JavaScript

点间角度 给定两个点,它将角度以度为单位从另一点返回到另一点。 例子 angleBetweenPoints(point1, point2) var angleBetweenPoints = require ( 'angle-between-points' ) ; angleBetweenPoints ( { x : 1 , y : 1 } , { x : 4 , y : 4 } ) ; // returns 45 angleBetweenPoints ( { x : 2 , y : 2 } , { x : - 4 , y : - 4 } ) ; // returns 225 angleBetweenPoints ( { x : 2 , y : 0 } , { x : - 4 , y : 0 } ) ; // returns 180 执照 麻省理工学院


【文件预览】:
angle-between-points-master
----.gitignore(630B)
----README.md(684B)
----example.js(198B)
----test()
--------index.js(692B)
----package.json(835B)
----index.js(230B)
----LICENSE.md(1KB)
----.travis.yml(94B)

网友评论