UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 66 B
export function Vec2Dot(a, b) { return a.x * b.x + a.y * b.y; }