Go to file
Emil Dotchevski 3914976fc9
Merge pull request #20 from DionHo/patch-1
Quaternion slerp() using incorrect precision
2019-10-05 08:13:06 -07:00
.vscode c_cpp_properties.json 2018-08-09 20:48:23 -07:00
doc Fix file name 2019-02-15 19:44:57 -07:00
gen fixed Jamfile.v2 for gen.cpp 2018-08-09 21:05:53 -07:00
include/boost/qvm Quaternion slerp() using incorrect precision 2019-10-05 16:35:53 +02:00
meta getting rid of vcxproj files 2018-08-09 21:03:57 -07:00
test vec_register, thanks agate-pris 2018-12-17 14:59:00 -08:00
.gitattributes new .gitattributes to hopefully deal with inconsistent cr/lf. 2018-12-17 15:17:06 -08:00
.gitignore Updating gitignore and deleting files that should not have been added. 2016-06-15 17:56:42 -07:00
.travis.yml fixing travis issues 2019-07-26 18:42:25 -07:00
appveyor.yml Proper use of APPVEYOR_BUILD_WORKER_IMAGE for msvc-12.0 2019-07-24 12:13:23 -07:00
index.html Fixed redirection 2019-03-21 23:05:48 +03:00
README.md documentation update 2018-12-17 13:43:09 -08:00

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.

Please post questions and feedback on the Boost Developers Mailing List.