Skip to content

anazli/math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math

A tiny math library with custom vector, matrix and other template classes that I use in other small projects as well.

So far it includes:

  • 2D Vector
  • 3D Vector
  • 4D Vector
  • 3D Point
  • 2x2 Matrix
  • 3x3 Matrix
  • 4x4 Matrix
  • Ray

Building and Running the tests

cmake -B build -DENABLE_TESTING=ON
cd build
make
ctest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors