]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/README.md
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / qvm / README.md
index 1a6d6137adea873d78887c942820b89c0bc5be8d..40185be4e5e61aa9ef68b8db122e995bf12fceb9 100644 (file)
@@ -1 +1,12 @@
-Boost QVM is a generic library for working with Quaternions, Vectors and Matrices. For complete documentation, see http://boostorg.github.io/qvm/.
\ No newline at end of file
+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.