Normalized Dot Product - normalizes input vectors before returning dot product
Optional
If not passed, defaults to [0,0]
normalized dot product result
vecNormalizedDot([2, 0], [2, 0]); // returns 1 Copy
vecNormalizedDot([2, 0], [2, 0]); // returns 1
Normalized Dot Product - normalizes input vectors before returning dot product