From c74f64242a62be6205e5044b4889c75e41737ce9 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski <emil@revergestudios.com> Date: Mon, 4 Apr 2016 18:44:55 -0700 Subject: [PATCH] Link to documentation in README.md. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 60ee239..1a6d613 100644 --- a/README.md +++ b/README.md @@ -1,8 +1 @@ -# boost-qvm -Quaternions, Vectors, Matrices library for Boost review - -(Note: Boost QVM is not part of Boost. Please post questions and suggestions on the Boost Developers Mailing List). - -Boost QVM defines a set of generic functions and operator overloads for working with quaternions, vectors and matrices of static size with the emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications. While it provides its own quaternion, matrix and vector types, it is designed to work primarily with user-defined types through user specializations of the q_traits, v_traits and m_traits templates. - -Complete documentation is available in libs/qvm/doc as well as online at http://zajo.github.io/boost-qvm/. +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