Hi, my goal is to create a smaller fixed area closed curve inside a larger curve but having 2 points on both curves collide while the rest part of the curve that are inside to not collide on the larger curve. I am just starting to learn kangaroo and I want to learn how to do this
[edit]
it can have a 3rd point to know which side to collide
Build the curve from your point and derivatives (e.g. Arc)
This is the most simple approach and not exactly what you want, but the above description allows you to build custom curves, but it is a mathematical rabbit hole.
Starting with a circle, the target area is increased slowly. The curve might have self intersections at the beginning of the simulation but they should go away after a bit.