summaryrefslogtreecommitdiff
path: root/src/glm/core/func_vector_relational.inl
blob: 35fc30e602778b0b5b9f15ebe3badced255b525a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-08-03
// Updated : 2008-09-14
// Licence : This source is under MIT License
// File    : glm/core/func_vector_relational.inl
///////////////////////////////////////////////////////////////////////////////////////////////////

namespace glm
{
	namespace core{
	namespace function{
	namespace vector_relational{

	}//namespace vector_relational
	}//namespace function
	}//namespace core
}//namespace glm