/matmath

Math functions for graphics and geometric calculations

Primary LanguageC++Eclipse Public License 2.0EPL-2.0

Matmath

A library for math functions.

Design goals

  • Simplicity to use
  • High performance
  • Similarity to mathmatical notations of similar operations (when applicable)

How to use

Add matmath into your project. Then add matmath/include to the include directory of your program.

Licence

Matmath is released under Eclipse Public Licence. That means that you can use matmath in your project (free or non-free) but if you publish your code, all changes to the matmath lib must be published freely. You are free to choose what licence you want to publish your own code under.