cpMat2x2.a

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

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

Meta