Skip to content

fnknda/Vector2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vector2

A simple and adaptive Vector2 structure for C++

It's just a thing I use and thought about sharing with you guys. Nothing fancy, but still useful.

How to use

Just include the vector2.hpp file and use it like so:

#include "vector2.hpp"

// Do stuff

Vector2<float> position;
Vector2<int> target;

// Do more stuff

No need to compile or link it anywhere.

About

Simple Vector2 structure for C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages