@any-touch/compute
Advanced tools
Comparing version 0.6.3-beta.0 to 0.7.0
@@ -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.3-beta.0", | ||
"version": "0.7.0", | ||
"main": "dist/index.js", | ||
@@ -14,4 +14,4 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@any-touch/shared": "^0.6.3-beta.0", | ||
"@any-touch/vector": "^0.6.3-beta.0", | ||
"@any-touch/shared": "^0.7.0", | ||
"@any-touch/vector": "^0.7.0", | ||
"tslib": "^1.9.3" | ||
@@ -22,3 +22,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "8d5f17faa86ccfb5091086bb38012659af614dec" | ||
"gitHead": "31d10e40b19d87bc393b0486fe69670f37dc97f3" | ||
} |
# @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
20508
+ Added@any-touch/shared@0.7.9(transitive)
+ Added@any-touch/vector@0.7.9(transitive)
- Removed@any-touch/shared@0.6.1-y.10.6.3-beta.0(transitive)
- Removed@any-touch/vector@0.6.3-beta.0(transitive)
Updated@any-touch/shared@^0.7.0
Updated@any-touch/vector@^0.7.0