mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Move dependencies from intersect.inl to intersect.hpp
This commit is contained in:
parent
268af877ab
commit
7db048b851
@ -43,8 +43,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Dependency:
|
// Dependency:
|
||||||
|
#include <cfloat>
|
||||||
|
#include <limits>
|
||||||
#include "../glm.hpp"
|
#include "../glm.hpp"
|
||||||
|
#include "../geometric.hpp"
|
||||||
#include "../gtx/closest_point.hpp"
|
#include "../gtx/closest_point.hpp"
|
||||||
|
#include "../gtx/vector_query.hpp"
|
||||||
|
|
||||||
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
|
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
|
||||||
# pragma message("GLM: GLM_GTX_closest_point extension included")
|
# pragma message("GLM: GLM_GTX_closest_point extension included")
|
||||||
|
@ -7,10 +7,6 @@
|
|||||||
// File : glm/gtx/intersect.inl
|
// File : glm/gtx/intersect.inl
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "../geometric.hpp"
|
|
||||||
#include <cfloat>
|
|
||||||
#include <limits>
|
|
||||||
|
|
||||||
namespace glm
|
namespace glm
|
||||||
{
|
{
|
||||||
template <typename genType>
|
template <typename genType>
|
||||||
|
Loading…
Reference in New Issue
Block a user