RobLoach / raylib-cpp

C++ Object Oriented Wrapper for raylib
https://robloach.github.io/raylib-cpp/
zlib License
584 stars 77 forks source link

Add LengthSqr method to Vector3 #310

Closed plagakit closed 3 months ago

plagakit commented 3 months ago

Raylib has a Vector3LengthSqr method, so I added it here.