Skip to content

zuzwoj/maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maths

A simple C++ library with mathematical structures, mainly matrices, vectors and quaternions.

Features

  • 2D, 3D and 4D vectors
  • 3x3 and 4x4 matrices
  • quaternions
  • some common mathematical functions

Build (Windows)

From the Maths directory execute the following (with <mode> being either Release or Debug)

mkdir build
cd build
cmake .. -G "Visual Studio 18 2026" -A x64
cmake --build . --config <mode>

This will generate Maths.lib file under Maths\build\<mode> that can then be used with the .h files from Maths\include\Maths.

About

A simple C++ library with matrices, vectors and quaternions.

Resources

Stars

Watchers

Forks

Contributors

Languages