This commit is contained in:
Nikolay Korolev 2020-05-24 13:48:17 +03:00
parent 6a7bd0e330
commit cda3752838
4 changed files with 7 additions and 22 deletions

View file

@ -2,6 +2,8 @@
#include "Curves.h"
//--MIAMI: file done
float CCurves::CalcSpeedScaleFactor(CVector* pPoint1, CVector* pPoint2, float dir1X, float dir1Y, float dir2X, float dir2Y)
{
CVector2D dir1(dir1X, dir1Y);