maded vec3 constexprable, addded lvl waring option

This commit is contained in:
2024-09-03 01:54:23 +03:00
parent d035ff9ce3
commit f0b7a6f985
6 changed files with 198 additions and 231 deletions
-3
View File
@@ -12,9 +12,6 @@ namespace omath::prediction
{
public:
[[nodiscard]]
Vector3 CalculateVelocity(float pitch, float yaw) const;
[[nodiscard]]
Vector3 PredictPosition(float pitch, float yaw, float time, float gravity) const;