From 911e17efa573c43a149ed9f2da937e10b2d8abd3 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 27 Nov 2015 17:29:39 -0500 Subject: [PATCH] Clean up Setup subsection --- doc/doc.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/doc.tex b/doc/doc.tex index fd49753d..14372692 100644 --- a/doc/doc.tex +++ b/doc/doc.tex @@ -115,9 +115,8 @@ Feedback, bug reports, feature requests, and acts upon thereof are highly apprec \section{Getting Started} \subsection{Setup} -GLM is a header-only library. Hence, there is nothing to build to use it. To use GLM, a programmer only has to include \verb|| in his program. This include provides all the GLSL features implemented by GLM. -Core GLM features can be included individually to reduce compilation times. +GLM is a header-only library, and thus does not need to be compiled. To use GLM, a programmer only has to include the header \glmheader{glm}, which provides GLSL's mathematics functionality. \begin{itemize} \item \glmheader{vec2}: \verb|vec2|, \verb|bvec2|, \verb|dvec2|, \verb|ivec2| and \verb|uvec2|