Skip to content

Version 0.2.0

Choose a tag to compare

@lazzerialberto lazzerialberto released this 15 Apr 08:44
4ae4629

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