Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/js/example-frontend-js/src/
DExampleMain.kt154 val initialAngle = Random.nextDouble() * 2 * PI in onCircle() constant
155 var vx = sin(initialAngle) * initialSpeed in onCircle()
156 var vy = cos(initialAngle) * initialSpeed in onCircle()