From a1f7afe055e2f623d575eb8c4fa0f5f79501743c Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Fri, 21 Feb 2020 15:56:15 +0300 Subject: [PATCH] Update test_affine.h --- test/src/test_affine.h | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/test/src/test_affine.h b/test/src/test_affine.h index f69db2b..7a846db 100644 --- a/test/src/test_affine.h +++ b/test/src/test_affine.h @@ -163,4 +163,62 @@ TEST_IMPL(GLM_PREFIX, translate_make) { TEST_SUCCESS } +TEST_IMPL(GLM_PREFIX, scale_to) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, scale_make) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, scale) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, scale_uni) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate_x) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate_y) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate_z) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate_make) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate_at) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, rotate_atm) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, decompose_scalev) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, uniscaled) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, decompose_rs) { + TEST_SUCCESS +} + +TEST_IMPL(GLM_PREFIX, decompose) { + TEST_SUCCESS }