cpMat2x2.d

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

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

Meta