BallisticCalculator 1.1.2
dotnet add package BallisticCalculator --version 1.1.2
NuGet\Install-Package BallisticCalculator -Version 1.1.2
<PackageReference Include="BallisticCalculator" Version="1.1.2" />
paket add BallisticCalculator --version 1.1.2
#r "nuget: BallisticCalculator, 1.1.2"
// Install BallisticCalculator as a Cake Addin #addin nuget:?package=BallisticCalculator&version=1.1.2 // Install BallisticCalculator as a Cake Tool #tool nuget:?package=BallisticCalculator&version=1.1.2
BallisticCalculator
The library provides trajectory calculations for projectiles, including for various applications, including air rifles, bows, firearms, artillery, and so on.
3DF (degrees of freedom) model that is used in this calculator is rooted in old C sources of version 2 of the public version of the JBM calculator, ported to C#, optimized, fixed, and extended with elements described in Litz's "Applied Ballistics" book and ideas of the friendly project by Alexandre Trofimov.
Changes made since porting original C sources:
"Deciphering" formulas and making them readable for anyone familiar with the school curriculum of physics.
New drag calculation method with higher accuracy (40+ approximation points for calculating polynomial coefficients vs 5-6).
New atmosphere parameters calculating basing on NASA formulas
New algorithm of step size definition to find the right balance between performance and accuracy.
Drift calculation is added using Liltz's formulas
Accuracy of the calculation is withing 0.5%/0.2moa (less than 2inch per 1000 yards) of the most modern commerical calculators.
Please refer to online version of the documentation
The source code of the package is available at github
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Gehtsoft.Measurements (>= 1.1.13)
- System.Runtime (>= 4.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Add text alingment to reticle and drawing canvas.