mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Docs: Link HitResult back to #hitTest() functions.
This commit is contained in:
parent
8cdc5ea2aa
commit
884ea96a29
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
|||
* @name HitResult
|
||||
*
|
||||
* @class A HitResult object contains information about the results of a hit
|
||||
* test.
|
||||
* test. It is returned by {@link Item#hitTest(point)} and
|
||||
* {@link Project#hitTest(point)}.
|
||||
*
|
||||
* @extends CurveLocation
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue