mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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.
|
||||
*
|
||||
* @param {Point} point
|
||||
* @return {number} the angle between the two vectors
|
||||
*/
|
||||
getDirectedAngle: function(point) {
|
||||
point = Point.read(arguments);
|
||||
|
|
Loading…
Reference in a new issue