UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 111 B
export function GetMat2dFrobenius(src) { return Math.hypot(src.a, src.b, src.c, src.d, src.tx, src.ty, 1); }