Clean up Setup subsection

This commit is contained in:
Jesse Talavera-Greenberg 2015-11-27 17:29:39 -05:00
parent 77721293d3
commit 911e17efa5

View File

@ -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|<glm/glm.hpp>| 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|