This repository holds the source code for Lynar Studios - Math library.
Patrick-Christopher Mattulat 351a29494f Add clang code configurations | 1 年之前 | |
---|---|---|
config | 2 年之前 | |
include | 2 年之前 | |
source | 2 年之前 | |
test | 2 年之前 | |
.clang-format | 1 年之前 | |
.clang-tidy | 1 年之前 | |
.gitignore | 2 年之前 | |
CMakeLists.txt | 1 年之前 | |
LICENSE.MIT | 2 年之前 | |
README.md | 1 年之前 |
This library provides mathematical functionalities. All functionalities are provided in independent modules, which can be added to your project.
This module provides basic functionalities, like datatypes and interfaces, which are shared among other modules.
This module provides vector functionalities of a cartesian coordinate system.
Currently, there is no documentation available due to the small scope of this library.
The project's build tool is CMake. To compile the module libraries you'd need CMake in place, as well as a supported compiler. This project is supposed to be cross-platform, so all known compilers should be supported, although there is no warranty for this!
This project contains unit tests to provide test coverage.
To run those tests you have to build this project with option BUILD_LS_MATH_WITH_TESTS set to ON - then reset and reload the CMake project.