Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/nmuPublic

neg4n's mathematics utilities

License

NotificationsYou must be signed in to change notification settings

neg4n/nmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

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.

Compilers support

NameTestedVersion
MSVC1924
g++7.5.0
clangnone

Features

  • 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...

Ending speech

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp