mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
32d8c969fb
Convention: - #_set() is for actually setting properties, e.g. on Point, Size, so that derived classes can reuse other parts (e.g. SegmentPoint) - #set() is a shortcut to #initialize() on all basic types, to offer the same amount of flexibility when setting values. |
||
---|---|---|
.. | ||
Line.js | ||
Matrix.js | ||
Point.js | ||
Rectangle.js | ||
Size.js |