diff --git a/src/basic/Point.js b/src/basic/Point.js index 60fae774..c0929d25 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -531,9 +531,6 @@ var Point = Base.extend(/** @lends Point# */{ /** * The vector's angle in degrees, measured from the x-axis to the vector. * - * The angle is unsigned, no information about rotational direction is - * given. - * * @name Point#getAngle * @bean * @type Number @@ -569,9 +566,6 @@ var Point = Base.extend(/** @lends Point# */{ /** * The vector's angle in radians, measured from the x-axis to the vector. * - * The angle is unsigned, no information about rotational direction is - * given. - * * @name Point#getAngleInRadians * @bean * @type Number