Searched refs:KEPLER_CONSTANT (Results 1 – 1 of 1) sorted by relevance
34 const val KEPLER_CONSTANT = 50f // * 4f * PIf * PIf / GRAVITATION in <lambda>() constant145 val period = sqrt(orbitRadius.pow(3f) / star.mass) * KEPLER_CONSTANT in initTest()202 val period = sqrt(orbitRadius.pow(3f) / star.mass) * KEPLER_CONSTANT in initRandom()