@any-touch/compute
Advanced tools
Comparing version 0.6.1-beta.8 to 0.6.1-beta.9
@@ -0,0 +0,0 @@ import { Vector } from '@any-touch/shared'; |
@@ -0,0 +0,0 @@ import { Input } from '@any-touch/shared'; |
@@ -0,0 +0,0 @@ import { Input, directionString } from '@any-touch/shared'; |
@@ -0,0 +0,0 @@ import { Input } from '@any-touch/shared'; |
@@ -0,0 +0,0 @@ import { Vector } from '@any-touch/shared'; |
@@ -0,0 +0,0 @@ import { Input, directionString } from '@any-touch/shared'; |
import { PureInput, Vector } from '@any-touch/shared'; | ||
export default function computeVector(input: PureInput): Vector; |
@@ -0,0 +0,0 @@ import { Vector, Input } from '@any-touch/shared'; |
@@ -0,0 +0,0 @@ export { default as computeAngle } from './computeAngle'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ import { getAngle, radianToAngle, getVLength, getDirection } from '@any-touch/vector'; |
{ | ||
"name": "@any-touch/compute", | ||
"version": "0.6.1-beta.8", | ||
"version": "0.6.1-beta.9", | ||
"main": "dist/index.js", | ||
@@ -14,4 +14,4 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@any-touch/shared": "^0.6.1-beta.8", | ||
"@any-touch/vector": "^0.6.1-beta.8", | ||
"@any-touch/shared": "^0.6.1-beta.9", | ||
"@any-touch/vector": "^0.6.1-beta.9", | ||
"tslib": "^1.9.3" | ||
@@ -22,3 +22,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "f2ed6d2048e65a58297f4a6be6cbe3de81295e89" | ||
"gitHead": "1c51fa5ec99829132d76dad9019f801565abdf8b" | ||
} |
# @any-touch/compute | ||
计算相关的函数, 比如计算距离和旋转角度. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20529