_inverse is now private

This commit is contained in:
Christophe Riccio
2013-12-24 07:22:02 +01:00
parent aab47b3587
commit dc2b2cd5f6
8 changed files with 38 additions and 31 deletions

View File

@@ -31,8 +31,8 @@ namespace glm
template <typename genType>
GLM_FUNC_QUALIFIER genType row
(
genType const & m,
int const & index,
genType const & m,
int const & index,
typename genType::row_type const & x
)
{