iforce2d

Results 6 issues of iforce2d

This: ``` var a = new b2Vec2( 9, 6 ); var b = new b2Vec2( 2, 3 ); a.op_add(b); console.log( a.get_x() + ", " + a.get_y() ); ``` ... prints...

All the scripts for building osxcross appear to have worked correctly, and I can compile the test.cpp sample. Now I am getting this error when trying to configure Qt5 sources...

When I open this page with Chrome browser my computer uses 100% CPU just to do nothing. With Firefox it's about 60%. Not a huge problem but I don't see...

I realize this is not a bug in nativefiledialog, but this just cost me MANY hours of intense frustration and confusion, so I'll mention it in case it helps someone...

A fairly simple wing with blending, in 3.17.1 the load distribution is smooth. With 3.25 the load drops markedly near the center of the wing. I'm not entirely sure, but...

If Vehicle::CreateDegenGeom is executed on geometry that includes a previously generated degenGeom, two identical triangles can be given to tri_tri_intersection_test_3d. This can result in the returned 'source' or 'target' value...