Added 'fmod' overload to GTX_common with tests, Removed integer specification for 'mod' in GTC_integer #308
This commit is contained in:
@@ -30,7 +30,13 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <glm/trigonometric.hpp>
|
||||
|
||||
/*
|
||||
float sin(float x) {
|
||||
float temp;
|
||||
temp = (x + M_PI) / ((2 * M_PI) - M_PI);
|
||||
return limited_sin((x + M_PI) - ((2 * M_PI) - M_PI) * temp));
|
||||
}
|
||||
*/
|
||||
int main()
|
||||
{
|
||||
int Failed = 0;
|
||||
|
||||
Reference in New Issue
Block a user