Searched refs:thrustMag (Results 1 – 1 of 1) sorted by relevance
451 val thrustMag = thrust.mag() in update() constant452 if (thrustMag > 0) { in update()454 if (SCALED_THRUST) deltaV *= thrustMag.coerceIn(0f, 1f) in update()