Open stevenpetryk opened 1 year ago
MovablePoints can be initialized at any arbitrary point, even when they have a constrain function applied. The MovablePoint should instead be constrained upon initialization, and also when setPoint is called.
constrain
setPoint
MovablePoints can be initialized at any arbitrary point, even when they have a
constrain
function applied. The MovablePoint should instead be constrained upon initialization, and also whensetPoint
is called.