Returns the length of a vector
If not passed, defaults to [0,0].
vector length
http://jsperf.com/id-dist-optimization
vecLength([0, 0], [4, 3]); // returns 5vecLength([4, 3]); // returns 5 Copy
vecLength([0, 0], [4, 3]); // returns 5vecLength([4, 3]); // returns 5
Returns the length of a vector