项目作者: srbrettle

项目描述 :
A collection of methods for solving Displacement, Initial and Final Velocities, Constant Acceleration and Time.
高级语言: C#
项目地址: git://github.com/srbrettle/Equations-Of-Motion-Library.git
创建时间: 2018-10-12T18:12:21Z
项目社区:https://github.com/srbrettle/Equations-Of-Motion-Library

开源协议:MIT License

下载


Equations-Of-Motion-Library

Build status Build Status codecov
contributions welcome

A collection of methods for solving Displacement, Initial and Final Velocities, Constant Acceleration and Time. This project uses .NET Standard 2.0.

See in Action

Equations Of Motion - Android Application

Getting Started - C

Using NuGet NuGet

  1. Within your project, install EquationsOfMotion NuGet package (via “Manage Packages for Solution” or running the following in “Packet Manager Console”.
    1. Install-Package EquationsOfMotion -Version 1.0.0
  2. Reference the Namespace:
    1. using srbrettle.EquationsOfMotion;
  3. Use the static library methods:
    1. double result = InitialVelocity.InitialVelocityFromVAT(20, 2, 5);

License

This project is licensed under the MIT License - see the LICENSE file for details.