From 6f67371bb1b46579ae837d0e0c61ac1b291be743 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 13 Jan 2018 07:51:33 +0500 Subject: Directory renamed --- external/include/glm/detail/glm.cpp | 257 ++++++++++++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 external/include/glm/detail/glm.cpp (limited to 'external/include/glm/detail/glm.cpp') diff --git a/external/include/glm/detail/glm.cpp b/external/include/glm/detail/glm.cpp new file mode 100644 index 0000000..da3be4e --- /dev/null +++ b/external/include/glm/detail/glm.cpp @@ -0,0 +1,257 @@ +/// @ref core +/// @file glm/glm.cpp + +#include +#include +#include + +namespace glm +{ +// tvec1 type explicit instantiation +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; + +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; + +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; +template struct tvec1; + +// tvec2 type explicit instantiation +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; + +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; + +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; +template struct tvec2; + +// tvec3 type explicit instantiation +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; + +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; + +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; +template struct tvec3; + +// tvec4 type explicit instantiation +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; + +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; + +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; +template struct tvec4; + +// tmat2x2 type explicit instantiation +template struct tmat2x2; +template struct tmat2x2; + +template struct tmat2x2; +template struct tmat2x2; + +template struct tmat2x2; +template struct tmat2x2; + +// tmat2x3 type explicit instantiation +template struct tmat2x3; +template struct tmat2x3; + +template struct tmat2x3; +template struct tmat2x3; + +template struct tmat2x3; +template struct tmat2x3; + +// tmat2x4 type explicit instantiation +template struct tmat2x4; +template struct tmat2x4; + +template struct tmat2x4; +template struct tmat2x4; + +template struct tmat2x4; +template struct tmat2x4; + +// tmat3x2 type explicit instantiation +template struct tmat3x2; +template struct tmat3x2; + +template struct tmat3x2; +template struct tmat3x2; + +template struct tmat3x2; +template struct tmat3x2; + +// tmat3x3 type explicit instantiation +template struct tmat3x3; +template struct tmat3x3; + +template struct tmat3x3; +template struct tmat3x3; + +template struct tmat3x3; +template struct tmat3x3; + +// tmat3x4 type explicit instantiation +template struct tmat3x4; +template struct tmat3x4; + +template struct tmat3x4; +template struct tmat3x4; + +template struct tmat3x4; +template struct tmat3x4; + +// tmat4x2 type explicit instantiation +template struct tmat4x2; +template struct tmat4x2; + +template struct tmat4x2; +template struct tmat4x2; + +template struct tmat4x2; +template struct tmat4x2; + +// tmat4x3 type explicit instantiation +template struct tmat4x3; +template struct tmat4x3; + +template struct tmat4x3; +template struct tmat4x3; + +template struct tmat4x3; +template struct tmat4x3; + +// tmat4x4 type explicit instantiation +template struct tmat4x4; +template struct tmat4x4; + +template struct tmat4x4; +template struct tmat4x4; + +template struct tmat4x4; +template struct tmat4x4; + +// tquat type explicit instantiation +template struct tquat; +template struct tquat; + +template struct tquat; +template struct tquat; + +template struct tquat; +template struct tquat; + +//tdualquat type explicit instantiation +template struct tdualquat; +template struct tdualquat; + +template struct tdualquat; +template struct tdualquat; + +template struct tdualquat; +template struct tdualquat; + +}//namespace glm + -- cgit v1.2.3