aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_perpendicular.cpp
blob: d14cfee30b33f3b8372c45a45f85f015975c6ff3 (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/perpendicular.hpp>

int main()
{
	int Error(0);

	return Error;
}