Added DebugObject and OutputEpsilon
This commit is contained in:
14
math/OutputEpsilon.cpp
Normal file
14
math/OutputEpsilon.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include<iostream>
|
||||
#include<hgl/math/MathConst.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace hgl;
|
||||
|
||||
int main(int,char **)
|
||||
{
|
||||
std::cout<<"float: "<<HGL_FLOAT_EPSILON<<std::endl;
|
||||
|
||||
std::cout<<"double: "<<HGL_DOUBLE_EPSILON<<std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user