cpMat2x2.c

Row major [[a, b][c d]]

  1. cpFloat a;
  2. cpFloat b;
  3. cpFloat c;
    struct cpMat2x2
  4. cpFloat d;

Meta