paper.js/src/basic
Jürg Lehni 32d8c969fb Clean up handling of #_set(), #set() and #initialize()
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.
2016-07-18 20:11:01 +02:00
..
Line.js A lot of work on documentation. 2016-01-08 20:45:54 +01:00
Matrix.js Clean up handling of #_set(), #set() and #initialize() 2016-07-18 20:11:01 +02:00
Point.js Clean up handling of #_set(), #set() and #initialize() 2016-07-18 20:11:01 +02:00
Rectangle.js Clean up handling of #_set(), #set() and #initialize() 2016-07-18 20:11:01 +02:00
Size.js Clean up handling of #_set(), #set() and #initialize() 2016-07-18 20:11:01 +02:00