Added test files
This commit is contained in:
11
test/core/ctor/vec2.cpp
Normal file
11
test/core/ctor/vec2.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2008-03-14
|
||||
// Updated : 2008-03-14
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/core/ctor/vec2.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../../precompiled.hpp"
|
||||
#include <glm/glm.hpp>
|
||||
6
test/core/ctor/vec2.h
Normal file
6
test/core/ctor/vec2.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef GLM_TEST_CORE_CTOR_VEC2_H
|
||||
#define GLM_TEST_CORE_CTOR_VEC2_H
|
||||
|
||||
|
||||
|
||||
#endif//GLM_TEST_CORE_CTOR_VEC2_H
|
||||
12
test/core/ctor/vec3.cpp
Normal file
12
test/core/ctor/vec3.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2008-03-14
|
||||
// Updated : 2008-03-14
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/core/ctor/vec3.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../../precompiled.hpp"
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
6
test/core/ctor/vec3.h
Normal file
6
test/core/ctor/vec3.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef GLM_TEST_CORE_CTOR_VEC3_H
|
||||
#define GLM_TEST_CORE_CTOR_VEC3_H
|
||||
|
||||
|
||||
|
||||
#endif//GLM_TEST_CORE_CTOR_VEC3_H
|
||||
14
test/core/ctor/vec4.cpp
Normal file
14
test/core/ctor/vec4.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2008-03-14
|
||||
// Updated : 2008-03-14
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/core/ctor/vec4.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../../precompiled.hpp"
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
|
||||
|
||||
6
test/core/ctor/vec4.h
Normal file
6
test/core/ctor/vec4.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef GLM_TEST_CORE_CTOR_VEC4_H
|
||||
#define GLM_TEST_CORE_CTOR_VEC4_H
|
||||
|
||||
|
||||
|
||||
#endif//GLM_TEST_CORE_CTOR_VEC4_H
|
||||
Reference in New Issue
Block a user