UtilDistance Method (Double, Double, Double) |
Calculate the distance traveled when starting at a speed and accelerating, over a given time.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic static double Distance(
double u,
double a,
double t
)
Parameters
- u
- Type: SystemDouble
Start speed. - a
- Type: SystemDouble
Acceleration. - t
- Type: SystemDouble
Time taken.
Return Value
Type:
DoubleDistance traveled.
See Also