cpMat2x2

Chipmunk's 2D matrix type.

Members

Variables

a
cpFloat a;
b
cpFloat b;
c
cpFloat c;
d
cpFloat d;

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

Meta