feat: Add three features to Vector.
Implement dot() and cross() methods. Implement an angle() method that return the angle between the current vector and an input vector or double array.