summaryrefslogtreecommitdiff
path: root/2d/_collisions/polygon_polygon/momentOfInertia.h
blob: 4dacb7a03bb879127d3591d7ad1eb1199adb0ad0 (plain)
1
2
3
4
5
#include "../../../shared_cpp/mathlib.h"

inline float32 calculateMomentOfInertia(Vector2* points, int32 numPoints) {
	
}