cpMat2x2.b

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

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

Meta