Home
last modified time | relevance | path

Searched defs:fposmod (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dmath_funcs.cpp181 double Math::fposmod(double p_x, double p_y) { in fposmod() function in Math
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dmath_funcs.cpp181 double Math::fposmod(double p_x, double p_y) { in fposmod() function in Math
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h185 static _ALWAYS_INLINE_ double fposmod(double p_x, double p_y) { in fposmod() function
193 static _ALWAYS_INLINE_ float fposmod(float p_x, float p_y) { in fposmod() function
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h185 static _ALWAYS_INLINE_ double fposmod(double p_x, double p_y) { in fposmod() function
193 static _ALWAYS_INLINE_ float fposmod(float p_x, float p_y) { in fposmod() function