- Notifications
You must be signed in to change notification settings - Fork0
neg4n's mathematics utilities
License
NotificationsYou must be signed in to change notification settings
neg4n/nmu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
neg4n's math utilities, a C++17 header-only, dependency free and multiplatformset of mathematics utilities and definitions.
In order to use it, add this repository to your project
asgit submoduleand add this line to yourCMakeLists.txt
:
include_directories("nmu/src")
then simply#include <nmu.hpp>
in your code.
Documentation will be available soon.
Name | Tested | Version |
---|---|---|
MSVC | ✅ | 1924 |
g++ | ✅ | 7.5.0 |
clang | ❌ | none |
- Two-dimensional (2D) vectors with all arithmetic types support.
- Three-dimensional (3D) vectors with all arithmetic types support.
- Radians to degrees and degrees to radians conversion.
- Colors (8bit per channel) support with conversions between various notations
- From/to float
- From/To float with alpha
- From/to integer
- To integer with alpha // TODO: Support from conversion
- Math constants.
more soon...
Feel free to contribute and do not hesitate to contact
with me through e-mail:i@thiocod.in
if there are any questions/problems.
Written underMIT License
About
neg4n's mathematics utilities
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published