A collection of methods for solving Displacement, Initial and Final Velocities, Constant Acceleration and Time. This project uses .NET Standard 2.0.
Equations Of Motion - Android Application
- Within your project, install EquationsOfMotion NuGet package (via "Manage Packages for Solution" or running the following in "Packet Manager Console".
Install-Package EquationsOfMotion -Version 1.0.0
- Reference the Namespace:
using srbrettle.EquationsOfMotion;
- Use the static library methods:
double result = InitialVelocity.InitialVelocityFromVAT(20, 2, 5);
This project is licensed under the MIT License - see the LICENSE file for details.