bogumilchilinski / dgeometry

MIT License
3 stars 0 forks source link

Intersection of line and parallel plane #1

Closed bogumilchilinski closed 1 year ago

bogumilchilinski commented 1 year ago

New class is needed. It should be added in basics.py as a separate class.

It can be based on any previous class e.g. https://github.com/bogumilchilinski/dgeometry/blob/a5a05ade34475f16dfe8225dfd0d3ca606b12594/cases/prisms.py#L1927

Linked class has six initial points as considered case (being under creation). Rest of the elements is to improve/change. Main part of changes should be done in init and solution methods.

amvdek commented 1 year ago

Improvement suggestions? https://cocalc.com/projects/cdcf3856-3e8b-4d1c-bcb2-5c42ba749d83/files/UCZESTNICY/Amadeusz%20Radomski/intersection.ipynb#id=8ef32c

amvdek commented 1 year ago

Class called by QuizOn with MechanicalSystemEmbeddedPreview is working, but with PointsChecker, class is in some kind of parameters generation loop
https://cocalc.com/projects/e77bf41b-adb2-4b48-903b-fb2e0ae3ac5c/files/Descriptive%20Geometry/gw_test.ipynb#id=c73ed8 Cell 19