Version 0.2.0
Adding Geometry and Transformation methods:
- Create a Point, Vec and Normal struct and standard vector operations.
- Create a Transformation struct and various transformation methods (rotation, translation, scaling).
- Perform transformation on Point, Vec and Normal.
- Check if two variables of the same type are similiar (their difference is less than the error value).
- Adding tests