feat: Add three new features to Vector.
Add constructor possibility to create a Vector out of a single 1x3 array which will give a Vector whose origin is [0 0 0] and whose target is the given array. Implement a copy() method. Add the orientToward() method to return current Vector or minus current Vector based on the dot product of this Vector with the given argument.