public double getOnTargetPercentage()
 {
     return(Math.Max(0.0, Vector3.Dot(VesselController.getDirection(), targetDirection)));
 }