From e62817b8252974b8a98393275874ee303840bf13 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Fri, 12 May 2017 18:49:50 +0500 Subject: 2017-05-12 --- depedencies/include/glm/detail/glm.cpp | 257 +++++++++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 depedencies/include/glm/detail/glm.cpp (limited to 'depedencies/include/glm/detail/glm.cpp') diff --git a/depedencies/include/glm/detail/glm.cpp b/depedencies/include/glm/detail/glm.cpp new file mode 100644 index 0000000..da3be4e --- /dev/null +++ b/depedencies/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