step(double height, double stepTime)
Returns 0 until the stepTime and then returns height.
The plot below illustrates how the function works:
Parameters
-
Name Type Description height double The height of the step. stepTime double The time of the step. Result
-
Type Description double 0 until the stepTime and then returns height.
height — units
stepTime — time
step() — units
-
How can we improve this article?
-