Fix documentation of Point#angle.

Closes #320.
This commit is contained in:
Jürg Lehni 2013-10-29 23:37:05 +01:00
parent dec7efc939
commit db882748b1

View file

@ -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