|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| doc/ | | 12-May-2024 | - | 22,377 | 19,787 |
| gen/ | | 12-May-2024 | - | 1,919 | 1,825 |
| meta/ | | 12-May-2024 | - | 18 | 17 |
| test/ | | 12-May-2024 | - | 9,122 | 7,725 |
| README.md | D | 12-May-2024 | 826 | 13 | 8 |
| index.html | D | 12-May-2024 | 340 | 12 | 11 |
README.md
1QVM: Generic C++ library for working with Quaternions, Vectors and Matrices
2
3Official documentation: https://boostorg.github.io/qvm/
4
5* Emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications.
6* Free function templates operate on any compatible user-defined quaternion, vector or matrix type.
7* Quaternion, vector and matrix types from different libraries or subsystems can be safely mixed in the same expression.
8* Type-safe mapping between compatible lvalue types with no temporary objects; e.g. transpose remaps the elements, rather than transforming the matrix.
9
10Copyright (c) 2018 Emil Dotchevski. Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
11
12Please post questions and feedback on the Boost Developers Mailing List.
13