mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 23:39:59 -05:00
Add @return to Point#directedAngle.
This commit is contained in:
parent
b52421c282
commit
0388917d90
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ var Point = this.Point = Base.extend({
|
||||||
* {@link #angle} property.
|
* {@link #angle} property.
|
||||||
*
|
*
|
||||||
* @param {Point} point
|
* @param {Point} point
|
||||||
|
* @return {number} the angle between the two vectors
|
||||||
*/
|
*/
|
||||||
getDirectedAngle: function(point) {
|
getDirectedAngle: function(point) {
|
||||||
point = Point.read(arguments);
|
point = Point.read(arguments);
|
||||||
|
|
Loading…
Reference in a new issue