UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 68 B
export function Vec2Cross(a, b) { return a.x * b.y - a.y * b.x; }