mirror of
https://github.com/icaven/glm.git
synced 2025-12-17 09:07:42 +08:00
25 lines
814 B
C++
25 lines
814 B
C++
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Created : 2009-06-09
|
|
// Updated : 2009-06-09
|
|
// Licence : This source is under MIT License
|
|
// File : glm/core/intrinsic_vector_relational.hpp
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef glm_detail_intrinsic_vector_relational
|
|
#define glm_detail_intrinsic_vector_relational
|
|
|
|
#include "../setup.hpp"
|
|
|
|
namespace glm{
|
|
namespace detail
|
|
{
|
|
|
|
}//namespace detail
|
|
}//namespace glm
|
|
|
|
#include "intrinsic_vector_relational.inl"
|
|
|
|
#endif//glm_detail_intrinsic_vector_relational
|