Skip to content

A header-only extension of C++14 providing mathematical vector class

License

Notifications You must be signed in to change notification settings

daichi-ishida/Vector3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector3D

Vector3D is a header-only extension of C++14 providing mathematical vector class and commonly used functions.

Usage

Simply include vector3d.h in your project.

It needs fmt library by default for Python-like output format in C++. If you don't plan to use it, comment out #define _USE_FMT in line 3 of the vector3d.h

Important to note that the precision of floating point is float by default. If you want to replace it to double, replace the number of #define _FLOATINGPOINT_PRECISION in line 6 of the vector3d.h

You can see how to use it in main.cpp

Author

  • Daichi Ishida

License

"Vector3D" is under The Unlicense.

About

A header-only extension of C++14 providing mathematical vector class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published