Update #7
+Added segment shape
note: no segment/segment collisions possible. This is a limitation of Chipmunk 6.1.1
note2: "segment shape radius" can be positive or negative. If it's positive rounded endcaps are added to either side. If it's negative the endcaps do not extend pass the width of the object.
+Added segment shape radius property.
+Added more expressions:
segmentRadius, area,
comx, comy (center of mass)
+Added descriptions for all the ACEs and change the names of the query conditions to make more sense.
+Bugfixes for:
- polor vectors were treating angles like radians. They needed to be converted in the behavior.
Prominent
negative or zero sized objects
a few things with changing the mass and making immovable.
some other things I forgot to write down.
-cheers everyone