diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
commit | 19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch) | |
tree | 42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/boost/libs/qvm/README.md | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/qvm/README.md')
-rw-r--r-- | src/boost/libs/qvm/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/boost/libs/qvm/README.md b/src/boost/libs/qvm/README.md new file mode 100644 index 000000000..40185be4e --- /dev/null +++ b/src/boost/libs/qvm/README.md @@ -0,0 +1,12 @@ +QVM: Generic C++ library for working with Quaternions, Vectors and Matrices + +Official documentation: https://boostorg.github.io/qvm/ + +* Emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications. +* Free function templates operate on any compatible user-defined quaternion, vector or matrix type. +* Quaternion, vector and matrix types from different libraries or subsystems can be safely mixed in the same expression. +* Type-safe mapping between compatible lvalue types with no temporary objects; e.g. transpose remaps the elements, rather than transforming the matrix. + +Copyright (c) 2018 Emil Dotchevski. Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). + +Please post questions and feedback on the Boost Developers Mailing List. |