MCPcopy Create free account
hub / github.com/cinder/Cinder / floor

Function floor

include/cinder/CinderMath.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 static T ceil (T x) {return ::ceil (double(x));}
72 static T abs (T x) {return ::fabs (double(x));}
73 static T floor (T x) {return ::floor (double(x));}
74 static T fmod (T x, T y) {return ::fmod (double(x), double(y));}
75 static T hypot (T x, T y) {return ::hypot (double(x), double(y));}
76 static T signum (T x) {return ( x >0.0 ) ? 1.0 : ( ( x < 0.0 ) ? -1.0 : 0.0 ); }

Callers 15

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
setColorsMethod · 0.85
quickRoundFunction · 0.85
drawFpsMethod · 0.85
drawContentMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
_float32_packFunction · 0.85
_book_maptype1_quantvalsFunction · 0.85

Calls

no outgoing calls

Tested by 2

drawMethod · 0.68
drawMethod · 0.68