MathGeoLib
MathGeoLib copied to clipboard
Add support for convex polyhedron.
Add a separate class named Convex, ConvexPolyhedron or PlaneBoundedVolume, which is a stored as a list of planes instead of vertex-polygon list representation. This allows considerably faster SAT tests against other primitives.