Commit graph

1659 commits

Author SHA1 Message Date
Val Erastov (xibyte)
f053cab1ba move brep to a module 2020-07-19 22:59:42 -07:00
Val Erastov (xibyte)
240c217438 euclidean module organizing 2020-07-19 22:51:52 -07:00
Val Erastov (xibyte)
720577c4d7 move euclidean to geom 2020-07-19 22:40:38 -07:00
Val Erastov (xibyte)
e11c1f7f4a geom module 2020-07-19 22:37:24 -07:00
Val Erastov (xibyte)
945a7e27f1 moving bbox and some typesafety 2020-07-19 22:18:57 -07:00
Val Erastov (xibyte)
08802f29c8 move convex hull to eucleadian module 2020-07-19 22:01:26 -07:00
Val Erastov (xibyte)
24acddcc5a move out legacy bezier luts 2020-07-19 21:59:04 -07:00
Val Erastov (xibyte)
eecb903a1c move out graph utility 2020-07-19 21:56:37 -07:00
Val Erastov (xibyte)
e2aa04a365 organizing math module - moving qr 2020-07-19 21:54:49 -07:00
Val Erastov (xibyte)
a660ca0645 organizing math module - rename setting matrix methods 2020-07-19 16:19:20 -07:00
Val Erastov (xibyte)
5be4dd4198 organizing math module - rename matrix to more precise Matrix3x4 2020-07-19 16:07:03 -07:00
Val Erastov (xibyte)
58b9094c85 organizing math module - move Vec3 type definition to vec module 2020-07-19 15:53:26 -07:00
Val Erastov (xibyte)
2ffec12989 organizing math module - move common geometry to euclidean module 2020-07-19 15:50:33 -07:00
Val Erastov (xibyte)
210eed5101 organizing math module - extracting out generic equality methods 2020-07-19 13:35:57 -07:00
Val Erastov (xibyte)
8748f401b7 organizing math module - extracting out vector and matrix initializer for array like data 2020-07-19 13:23:43 -07:00
Val Erastov (xibyte)
3d647c2db6 organizing math module - enforcing cardinality for vector data 2020-07-19 13:14:38 -07:00
Val Erastov (xibyte)
63edda21d9 organizing math module - extracting distance 2020-07-19 12:52:58 -07:00
Val Erastov (xibyte)
cdd7d90856 organizing math module - moving axises to vector 2020-07-19 00:15:37 -07:00
Val Erastov (xibyte)
37c8037e65 organizing math module - extracting out basis 2020-07-18 23:11:02 -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)
025f4a94a8 clean up 2020-07-18 22:05:24 -07:00
Val Erastov (xibyte)
7909cbc674 extract matrix class to a separate module 2020-07-18 21:55:56 -07:00
Val Erastov (xibyte)
b4e83520b5 fixing tests 2020-07-18 21:55:35 -07:00
Val Erastov (xibyte)
7fe68287eb fixing tests 2020-07-18 21:19:46 -07:00
Val Erastov (xibyte)
4f7e7267ea ellipse rework 2020-07-18 13:09:47 -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)
4c9bb84d77 rollback an accidental commit 2020-07-17 17:41:21 -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)
504843e83d adding types for basic topo and geom objects 2020-07-17 02:32:58 -07:00
Val Erastov (xibyte)
b71fb95880 opencascade info for main.wasm 2020-07-13 17:03:10 -07:00
Val Erastov (xibyte)
c5d21eb483 three js update 2020-07-13 17:03:10 -07:00
Val Erastov (xibyte)
02bdeba3ca edge edge align to double edge edge implementation 2020-07-13 17:03:10 -07:00
Val Erastov (xibyte)
ef8a57ade3 edge aligns DOFs for assemblies 2020-07-13 17:03:09 -07:00
Val Erastov (xibyte)
801480c5f4 basic DOFs for assemblies 2020-07-13 17:02:58 -07:00
Val Erastov (xibyte)
c9ac719f83 vertex view 2020-07-01 22:58:45 -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)
24918f5a59 import from step file 2020-06-12 23:30:46 -07:00
Val Erastov (xibyte)
7acd2f7a94 fix revolve 2020-06-10 00:24:33 -07:00
Val Erastov (xibyte)
66c4707a83 part import from repository 2020-06-09 21:52:49 -07:00
Val Erastov (xibyte)
e6d23ab4bf make operation asynchronous 2020-05-30 19:30:05 -07:00
Val Erastov (xibyte)
69617e317a work on color, make different levels of background 2020-05-22 01:17:37 -07:00
Val Erastov (xibyte)
b6fde5e983 work on part import, ui/ux and typesafety 2020-05-21 17:23:07 -07:00
Val Erastov (xibyte)
6f12c81688 action service typesafety 2020-05-21 17:20:06 -07:00
Val Erastov (xibyte)
1cc881db15 data loading auxiliary components 2020-05-21 17:19:15 -07:00