Adds scalar multiplication for all types

This commit is contained in:
Joshua Moerman
2014-09-20 16:56:24 +02:00
parent 72a6f35a8e
commit 62ac07815c
3 changed files with 124 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ glmCreateTestGTC(gtx_quaternion)
glmCreateTestGTC(gtx_dual_quaternion)
glmCreateTestGTC(gtx_rotate_normalized_axis)
glmCreateTestGTC(gtx_rotate_vector)
glmCreateTestGTC(gtx_scalar_multiplication)
glmCreateTestGTC(gtx_scalar_relational)
glmCreateTestGTC(gtx_simd_vec4)
glmCreateTestGTC(gtx_simd_mat4)