bogumilchilinski / dgeometry

MIT License
3 stars 0 forks source link

Preparation of 4 different combination of given points for class TriangularPrism #2

Closed szymonkozlowski080 closed 1 year ago

szymonkozlowski080 commented 1 year ago

Find four combinations of given points A, B, C and O that represents triangular bases and piercing point in different orientations in shown space.

Every point and line has to fill only the given space.

image

amvdek commented 1 year ago

In cell 6 there is TriangularPrismExam class, feel free to test it with different range of coordinates, in my opinion the best way to find these point combinations is to generate around 50 cases in next cell (code for it is already written) and find the best looking ones, then we can manipulate these coordinates a little and add shift. What do you think?

https://cocalc.com/projects/cdcf3856-3e8b-4d1c-bcb2-5c42ba749d83/files/UCZESTNICY/Amadeusz%20Radomski/intersection.ipynb#id=66c6d8

amvdek commented 1 year ago

Combinations prepared, need to test them on the paper to see if everything fits.

mopar4or2no6car commented 1 year ago

Show the example of solution on paper to implement solution in the class for checking purposes - Thursday