Searched refs:thisPlanetFrac (Results 1 – 1 of 1) sorted by relevance
139 val thisPlanetFrac = it.toFloat() / (NUM_PLANETS_RANGE.last - 1) in initTest() constant141 lerp(PLANET_RADIUS_RANGE.start, PLANET_RADIUS_RANGE.endInclusive, thisPlanetFrac) in initTest()143 lerp(PLANET_ORBIT_RANGE.start, PLANET_ORBIT_RANGE.endInclusive, thisPlanetFrac) in initTest()152 pos = star.pos + Vec2.makeWithAngleMag(thisPlanetFrac * PI2f, orbitRadius), in initTest()