Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@Xkonti Xkonti released this 09 Oct 16:54
· 3 commits to main since this release
8cee475
  • Added new vector operations:
    • AngleDeg - Creates a normalized vector from an angle in degrees. (@elliotwutingfeng)
    • AngleRad - Creates a normalized vector from an angle in radians. (@elliotwutingfeng)
    • Average - Calculates the average of the vector's components. (@elliotwutingfeng)
    • Cos - Applies the cosine function to all components. (@KarolosLykos)
    • Sin - Applies the sine function to all components. (@KarolosLykos)
    • Tan - Applies the tangent function to all components. (@KarolosLykos)
  • Implemented automated testing gate for PRs (@Pr0-C0der)
  • Optimized conversions from radians to degrees (@elliotwutingfeng)
  • Improved tests coverage (@gray-adeyi)