Class CoatFastMath

java.lang.Object
org.jlab.service.swim.CoatFastMath

public class CoatFastMath extends Object
Author:
gavalian
  • Constructor Details

    • CoatFastMath

      public CoatFastMath()
  • Method Details

    • copySign

      public static double copySign(double magnitude, double sign)
    • atan2

      public static double atan2(double y, double x)
    • atan

      public static double atan(double xa, double xb, boolean leftPlane)