diff --git a/src/basic/Point.js b/src/basic/Point.js index 40048f55..cc095f08 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -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);