|
|
@ -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") |
|
|
|