Move a bunch of math to cpp files + small fixes
# Conflicts: # src/control/CarCtrl.cpp # src/math/Matrix.h # src/math/Vector2D.h # src/math/math.cpp # src/render/Skidmarks.cpp
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
x *= invsqrt;
|
||||
y *= invsqrt;
|
||||
}else
|
||||
y = 1.0f;
|
||||
x = 1.0f;
|
||||
}
|
||||
|
||||
const CVector2D &operator+=(CVector2D const &right) {
|
||||
|
||||
Reference in New Issue
Block a user