public method TrajectoryCalculator.Calculate

Brief

Calculates the trajectory for the specified parameters.

Declaration
C#
TrajectoryPoint []  Calculate (Ammunition ammunition, Rifle rifle, Atmosphere atmosphere, ShotParameters shot, Wind [] wind = null, DragTable dragTable = null)

Parameters
ammunition
rifle
atmosphere
shot
wind
dragTable

Custom drag table

Declared in TrajectoryCalculator

back