As said in the title, i apparently dont have vector2length and commands similar to it. Im currently doing the course C++ Fundamentals: Game Programming For Beginners.
Hi Kenlyck,
The vector functions (like Vector2Length
) are located in the raymath
header. Make sure to include raymath.h
in your cpp file.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.