mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
fallback to levenberg marquardt if dog leg fails / missing bit
This commit is contained in:
parent
4c9bb84d77
commit
91e44214cf
1 changed files with 4 additions and 0 deletions
|
|
@ -31,5 +31,9 @@ export class SolverParam {
|
||||||
return this.value;
|
return this.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rollback() {
|
||||||
|
this.set(this.objectParam.get());
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue