mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add missing introduction to Point.js
This commit is contained in:
parent
a3ec524722
commit
ebbf8cf039
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
/**
|
||||||
|
* The Point object represents a point in the two dimensional space of the
|
||||||
|
* Paper.js document. It is also used to represent two dimensional vector
|
||||||
|
* objects.
|
||||||
|
*/
|
||||||
var Point = Base.extend({
|
var Point = Base.extend({
|
||||||
beans: true,
|
beans: true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue