Commit graph

102 commits

Author SHA1 Message Date
Val Erastov
b8d6b7c0ba no-extra-semi rule for TS / autofix 2022-08-15 23:47:20 -07:00
Val Erastov
5aaee1c8ed no-var rule for javascript / manual fixes 2022-08-15 23:47:20 -07:00
Val Erastov
c2332870ce no-var rule for javascript / autofix 2022-08-15 23:47:20 -07:00
Val Erastov
caa2520312 autofix eslint issues 2022-08-15 00:29:57 -07:00
Val Erastov
26c4ea218b fix eslint issues 2022-08-15 00:22:42 -07:00
xibyte
0cbd38d36c revert md 2022-06-25 15:19:47 -07:00
xibyte
07db5af1db schema from UI definition 2022-06-25 15:19:47 -07:00
Val Erastov (xibyte)
f24a3f45a5 imports grooming 2020-07-19 23:09:46 -07:00
Val Erastov (xibyte)
e11c1f7f4a geom module 2020-07-19 22:37:24 -07:00
Val Erastov (xibyte)
e2aa04a365 organizing math module - moving qr 2020-07-19 21:54:49 -07:00
Val Erastov (xibyte)
63edda21d9 organizing math module - extracting distance 2020-07-19 12:52:58 -07:00
Val Erastov (xibyte)
9dbd59a35d organizing math module - optimization module extracting bfgs and dogleg 2020-07-18 22:46:54 -07:00
Val Erastov (xibyte)
1e861642e1 organizing math module - optimization module 2020-07-18 22:23:43 -07:00
Val Erastov (xibyte)
841ce331a4 organizing math module - commons functions 2020-07-18 22:18:03 -07:00
Val Erastov (xibyte)
7fe68287eb fixing tests 2020-07-18 21:19:46 -07:00
Val Erastov (xibyte)
91e44214cf fallback to levenberg marquardt if dog leg fails / missing bit 2020-07-17 17:42:04 -07:00
Val Erastov (xibyte)
8100cb758f fallback to levenberg marquardt if dog leg fails 2020-07-17 17:38:43 -07:00
Val Erastov (xibyte)
91cb86c354 experiment with spherical coordinates 2020-06-29 19:33:11 -07:00
Val Erastov (xibyte)
f18e8b0cdd always compact initial polynomial in case of some constants become null 2020-06-26 02:25:47 -07:00
Val Erastov (xibyte)
931a05ac36 assembly infrastructure 2020-06-22 02:15:18 -07:00
Val Erastov (xibyte)
4ddf018fc6 assembly infrastructure 2020-06-20 21:53:23 -07:00
Val Erastov (xibyte)
06682ab003 typify polynomial 2020-06-20 14:28:40 -07:00
Val Erastov (xibyte)
0c586935c7 fix tests, working on the test infrastructure 2020-05-19 01:48:19 -07:00
Val Erastov (xibyte)
9730e2c8ec stable ids, new saving format 2020-05-14 03:49:53 -07:00
Val Erastov (xibyte)
2941687dbc first approach to constraint annotations 2020-04-03 01:09:07 -07:00
Val Erastov (xibyte)
c082c13ed5 angular measure tool 2020-04-02 02:14:33 -07:00
Val Erastov (xibyte)
290f94150f implement flipping right 2020-03-19 20:46:59 -07:00
Val Erastov (xibyte)
f6e5c42b89 flip option for the parallel constraint 2020-03-19 01:42:19 -07:00
Val Erastov (xibyte)
7858df7847 fix infinite loop 2020-03-18 22:12:57 -07:00
Val Erastov (xibyte)
e858b1aa64 constraint icons for contextual buttons and the list 2020-03-18 01:21:15 -07:00
Val Erastov (xibyte)
10adf51426 fix linear substitution for polynomials 2020-03-15 03:06:00 -07:00
Val Erastov (xibyte)
dffaef17b3 constants resolution 2020-03-14 23:51:39 -07:00
Val Erastov (xibyte)
68dbb898db saving UI state 2020-03-14 20:21:29 -07:00
Val Erastov (xibyte)
76069bfc23 generators and stages implementation 2020-03-14 18:07:58 -07:00
Val Erastov (xibyte)
e1deaa670e improving penalty functions 2020-03-11 17:37:16 -07:00
Val Erastov (xibyte)
329af6602f bezier curve tangent constraint improved 2020-03-11 16:12:46 -07:00
Val Erastov (xibyte)
8254f3dbbb bezier curve tangent constraint 2020-03-11 03:42:47 -07:00
Val Erastov (xibyte)
b1aabfed5c prepare for ellipse constraints 2020-03-10 19:46:49 -07:00
Val Erastov (xibyte)
e7c25081e2 point on bezier curve constraint 2020-03-10 19:18:04 -07:00
Val Erastov (xibyte)
937630b8fd point on circle, middle point, symmetry constraint implemented using polynomials 2020-03-10 01:54:28 -07:00
Val Erastov (xibyte)
58ef7c0caf fix point on line constraint 2020-03-10 00:42:09 -07:00
Val Erastov (xibyte)
547ec02b01 object highlight mode, reuse styles 2020-03-09 23:46:16 -07:00
Val Erastov (xibyte)
279db19809 fixing degree of freedom analysis 2020-03-06 00:49:06 -08:00
Val Erastov (xibyte)
5043b681d7 assign debug symbols to being solved parameters 2020-03-05 23:42:26 -08:00
Val Erastov (xibyte)
d022e12e96 fix fillet 2020-03-03 00:42:27 -08:00
Val Erastov (xibyte)
da18f09402 radius constraint 2020-03-03 00:26:21 -08:00
Val Erastov (xibyte)
6c4c72cc56 Point to Line and Poinr to Point distance constraints 2020-03-03 00:19:11 -08:00
Val Erastov (xibyte)
f0d36b0a82 parallel constraint 2020-03-02 23:46:33 -08:00
Val Erastov (xibyte)
2d3c15ef02 horizontal constraint 2020-03-02 23:10:10 -08:00
Val Erastov (xibyte)
e999181db1 remove intermediate parameter W / vertical constraint 2020-03-02 22:47:46 -08:00