Coupling
Bind the values of a point with another point. Provide a relative offset object.
coupling = new Coupling()
coupling.couple(a, b, { x: 10, y: 10})
Both points are reative to their coupled position:
// Dragging either point will result in constant coupling.
dragging.add(a, b)
Meta Data
| title | Coupling |
| dependencies | () |
| unused_keys | () |
| unknown_keys | () |
| filepath_exists | True |
| path | coupling |
| filepath | coupling.js |
| clean_files | () |