Comparing version 0.2.1 to 0.2.2
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.1.4", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/maxkueng/victor", | ||
@@ -11,0 +11,0 @@ "authors": [ |
@@ -763,2 +763,4 @@ exports = module.exports = Victor; | ||
this.y = ny; | ||
return this; | ||
}; | ||
@@ -768,3 +770,3 @@ | ||
angle = degrees2radian(angle); | ||
this.rotate(angle); | ||
return this.rotate(angle); | ||
}; | ||
@@ -775,3 +777,3 @@ | ||
this.rotate(angle); | ||
return this.rotate(angle); | ||
}; | ||
@@ -781,3 +783,3 @@ | ||
rotation = degrees2radian(rotation); | ||
this.rotateBy(rotation); | ||
return this.rotateBy(rotation); | ||
}; | ||
@@ -784,0 +786,0 @@ |
{ | ||
"name": "victor", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A JavaScript 2D vector class with methods for common vector operations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
2147850
978