Function intrMPR

Implementation of the Minkowski Portal Refinement algorithm. Detects intersection between two arbitrary convex shapes defined by their support functions and transformation matrices.

Intersection intrMPR(S1, S2) (
  S1 s1,
  Matrix4x4f transform1,
  S2 s2,
  Matrix4x4f transform2
);