pub fn convex_polygon_unit_angular_inertia(vertices: &[Vec2]) -> f32
Computes the unit angular inertia of a convex polygon defined by its vertices.
No checks are performed to ensure the polygon is convex.