Added GLM_EXT_scalar_reciprocal and GLM_EXT_vector_reciprocal with tests

This commit is contained in:
Christophe
2020-11-23 15:33:36 +01:00
parent 1cf91a1009
commit 2593c9c8b3
12 changed files with 847 additions and 306 deletions

View File

@@ -44,7 +44,6 @@ static int test_length_mat()
static int test_length_vec()
{
int Error = 0;
Error += glm::vec2().length() == 2 ? 0 : 1;