- 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)