mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
parent
dec7efc939
commit
db882748b1
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue