Add some nice math helping functions
This commit is contained in:
15
source/include/math_helper.h
Normal file
15
source/include/math_helper.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* DoRayMe - a quick and dirty Raytracer
|
||||
* Math helping function header
|
||||
*
|
||||
* Created by Manoël Trapier
|
||||
* Copyright (c) 2020 986-Studio.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DORAYME_MATH_HELPER_H
|
||||
#define DORAYME_MATH_HELPER_H
|
||||
|
||||
bool double_equal(double a, double b);
|
||||
|
||||
#endif //DORAYME_MATH_HELPER_H
|
||||
Reference in New Issue
Block a user