Fixed space characters and improved forward declaration, including extensions

This commit is contained in:
Christophe Riccio
2013-04-01 23:02:26 +02:00
parent 733cd31b0d
commit 4b4f3fbbaa
15 changed files with 875 additions and 256 deletions

View File

@@ -71,8 +71,8 @@ namespace glm
genType const & m,
int index);
/// Set a specific column to a matrix.
/// @see gtc_matrix_access
/// Set a specific column to a matrix.
/// @see gtc_matrix_access
template <typename genType>
genType column(
genType const & m,