mirror of
https://github.com/boostorg/qvm.git
synced 2026-01-19 04:22:16 +00:00
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"key": "qvm",
|
|
"name": "QVM",
|
|
"authors": [
|
|
"Emil Dotchevski"
|
|
],
|
|
"description": "Generic C++ library for working with Quaternions Vectors and Matrices.",
|
|
"documentation": "index.html",
|
|
"category": [
|
|
"Generic",
|
|
"Math",
|
|
"Algorithms"
|
|
],
|
|
"maintainers": [
|
|
"Emil Dotchevski <emil@revergestudios.com>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|