mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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 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
|
* @name Point#getAngle
|
||||||
* @bean
|
* @bean
|
||||||
* @type Number
|
* @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 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
|
* @name Point#getAngleInRadians
|
||||||
* @bean
|
* @bean
|
||||||
* @type Number
|
* @type Number
|
||||||
|
|
Loading…
Reference in a new issue