mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 09:54:09 +00:00
lcs bridge
This commit is contained in:
parent
0c4ab5b609
commit
e6b1a0691b
6 changed files with 34 additions and 19 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "Curves.h"
|
||||
|
||||
//--LCS: file done except TODO
|
||||
|
||||
float CCurves::CalcSpeedScaleFactor(CVector* pPoint1, CVector* pPoint2, float dir1X, float dir1Y, float dir2X, float dir2Y)
|
||||
{
|
||||
CVector2D dir1(dir1X, dir1Y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue