calculateEnergy abstract method

double calculateEnergy(
  1. double bulletWeightGrain,
  2. double velocityFps
)

Implementation

double calculateEnergy(double bulletWeightGrain, double velocityFps);