RobLoach / raylib-cpp

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

Add LengthSqr method to Vector3 #310

Closed plagakit closed 8 months ago

plagakit commented 8 months ago

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