Sign in
flutter
/
third_party
/
tinygltf
/
8fd91aea04510808885f1a05e28a84fb67c4c999
/
.
/
examples
/
common
/
glm
/
test
/
gtx
/
gtx_closest_point.cpp
blob: 0f6303a5d19571eec1ebe9da7af98bc529af08a2 [
file
] [
log
] [
blame
]
#define
GLM_ENABLE_EXPERIMENTAL
#include
<glm/gtx/closest_point.hpp>
int
main
()
{
int
Error
(
0
);
return
Error
;
}