|
swift
|
Go to the source code of this file.
Namespaces | |
| swift::misc | |
| Free functions in swift::misc. | |
Functions | |
| bool | swift::misc::simulation::isValidTimeFraction (double timeFraction) |
| Valid time fraction [0,1]. | |
| bool | swift::misc::simulation::isAcceptableTimeFraction (double timeFraction) |
| Valid time fraction [0,1], this allows minor overshooting. | |
| double | swift::misc::simulation::clampValidTimeFraction (double timeFraction) |
| Clamp time fraction [0,1]. | |