UNPKG

@phaserjs/phaser

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