function Vector()
in
www/src/utils/particles.ts [20:23]
4
lines of code
3
McCabe index (conditional complexity)
function Vector(x, y) { this.x = x || 0; this.y = y || 0; }