Sha256: 0ead956c21e27e5534ed2e7fc7b692b52fbdee05736e6a13f0b3e640d628388f

Contents?: true

Size: 383 Bytes

Versions: 21

Compression:

Stored size: 383 Bytes

Contents

#include <glm/gtc/constants.hpp>

int test_epsilon()
{
	int Error(0);

	{
		float Test = glm::epsilon<float>();
	}

	{
		double Test = glm::epsilon<double>();
	}

	return Error;
}

int main()
{
	int Error(0);

	//float MinHalf = 0.0f;
	//while (glm::half(MinHalf) == glm::half(0.0f))
	//	MinHalf += std::numeric_limits<float>::epsilon();
	Error += test_epsilon();
	
	return Error;
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pixo-0.4.5 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.4.4 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.4.3 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.4.2 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.4.1 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.4.0 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.3.2 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.3.1 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.3.0 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.6 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.5 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.4 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.3 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.2 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.1 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.2.0 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.1.4 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.1.3 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.1.2 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp
pixo-0.1.1 ext/pixo/ext/glm/test/gtc/gtc_constants.cpp