public method Ammunition.GetBallisticCoefficient

Brief

Return the ballistic coefficient

Declaration
C#
double  GetBallisticCoefficient ()

Details

It the BC specified is a coefficient, the method simply returns the corresponding value. If the BC specified is a form factor, the method calculates BC using form factor and sectional density.

Declared in Ammunition

back