(e)
| 198 | } |
| 199 | |
| 200 | callback (e) { |
| 201 | if (!e) { return } |
| 202 | this.set('/0', { x: shorten(e.points[0].x), y: shorten(e.points[0].y) }) |
| 203 | return this.set('/1', { x: shorten(e.points[1].x), y: shorten(e.points[1].y) }) |
| 204 | } |
| 205 | } |
| 206 | WorldBoundsNode.initClass() |
| 207 | return WorldBoundsNode |