Matthias Hochsteger 9995549257 start from scratch
First step: intersect segment (p, p+growthvector) with surface elements
Second step: intersect segment with moved surface elements
    TODO: Need mutual reduction of growthvector (not just taking one
    intersection point)

    IDEA: Take plane with segment, intersection point and
    intersectionpoint-growthvector (need interpolation and barycentric
    coordinates to get point on original surface element)
    Then calculate in 2d how far one could go (depending on angle of two
    growthvectors)
2023-12-28 16:57:42 +01:00
..
2023-08-28 10:02:22 +02:00
2023-09-26 07:24:41 +02:00
2023-12-18 20:22:12 +01:00
2023-12-28 16:57:42 +01:00
2023-11-22 20:36:52 +01:00