Skip to content
/ mathic Public

Small C++11 library for vector, matrix and math computations

License

Notifications You must be signed in to change notification settings

Tremium/mathic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathic

Small C++11 template library for vector and matrix computations.

Library provides easy syntax for declaring, assigning vectors and matrices and making calculations. The vector and matrix classes are designed to have a memory layout as C++ arrays of respective elements, and can be passed to rendering libraries where pointers to floats (for example) are required.

Documents

coming soon

License

Copyrights © 2018 Tremium.

MIT License.

About

Small C++11 library for vector, matrix and math computations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published