TrajectoryCalculator class
Methods
-
calculateEnergy(double bulletWeight, double velocity)
→ double
-
-
calculateOgv(double bulletWeight, double velocity)
→ double
-
-
calculateStabilityCoefficient(Ammunition ammunitionInfo, Weapon rifleInfo, Atmosphere atmosphere)
→ double
-
-
getCalculationStep(double step)
→ double
-
-
getCorrection(double distance, double offset)
→ double
-
-
getMaximumCalculatorStepSize()
→ Distance
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setMaximumCalculatorStepSize(Distance x)
→ void
-
-
sightAngle(Ammunition ammunition, Weapon weapon, Atmosphere atmosphere)
→ Angular
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
trajectory(Ammunition ammunition, Weapon weapon, Atmosphere atmosphere, ShotParameters shotInfo, List<WindInfo> windInfo)
→ List<TrajectoryData>
-
-
windToVector(ShotParameters shot, WindInfo wind)
→ Vector
-