Add a constraint to attach the final link to the world
| 119 | |
| 120 | /// Add a constraint to attach the final link to the world |
| 121 | void addConstraint() |
| 122 | { |
| 123 | // Lesson 3 |
| 124 | } |
| 125 | |
| 126 | /// Remove any existing constraint, allowing the pendulum to flail freely |
| 127 | void removeConstraint() |
no outgoing calls