Home
last modified time | relevance | path

Searched refs:rhoSpiral (Results 1 – 1 of 1) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_sphere.cpp37 static inline float rhoSpiral (const int index, const float deltaRho,const float thetaAngle) in rhoSpiral() function
78 const float rho = rhoSpiral(i, drho, theta); in R_SphereGenerate()
79 …const float rhodrho = rhoSpiral(i + 1, drho, theta); /* rho plus drho, minding boundary conditions… in R_SphereGenerate()