mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 00:49:22 +00:00
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:
parent
25a22cc6f2
commit
a8a28c1512
13 changed files with 820 additions and 508 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
x *= invsqrt;
|
||||
y *= invsqrt;
|
||||
}else
|
||||
y = 1.0f;
|
||||
x = 1.0f;
|
||||
}
|
||||
|
||||
const CVector2D &operator+=(CVector2D const &right) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue