turtle ~master (2021-08-23T10:45:39Z)
Dub
Repo
cpMat2x2.b
dchip
chipmunk_types
cpMat2x2
Row major [[a, b][c d]]
cpFloat
a
;
cpFloat
b
;
struct
cpMat2x2
cpFloat
b
;
cpFloat
c
;
cpFloat
d
;
Meta
Source
See Implementation
dchip
chipmunk_types
cpMat2x2
variables
a
b
c
d
Row major [[a, b][c d]]