UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 99 B
export function GetMat2dDeterminant(src) { const { a, b, c, d } = src; return a * d - b * c; }