Uses of Class
com.actelion.research.util.Angle
-
Packages that use Angle Package Description com.actelion.research.util -
-
Uses of Angle in com.actelion.research.util
Methods in com.actelion.research.util that return Angle Modifier and Type Method Description static Angle
Angle. arccos(double x)
static Angle
Angle. arcsin(double x)
static Angle
Angle. arctan(double y, double x)
Methods in com.actelion.research.util with parameters of type Angle Modifier and Type Method Description void
Angle. add(Angle a)
static double
Angle. difference(Angle a2, Angle a1)
Determines the normalized difference between a2 and a1, i.e.boolean
Angle. isGreaterThan(Angle a)
Determines whether this angle is on the greater value side of angle a, i.e.boolean
Angle. isSmallerThan(Angle a)
Determines whether this angle is on the smaller value side of angle a, i.e.static double
Angle. mean(Angle a1, Angle a2)
Determines the mean angle between a1 and a2 on that side of the circle where a1 and a2 have the shorter connection.void
Angle. subtract(Angle a)
Constructors in com.actelion.research.util with parameters of type Angle Constructor Description Angle(Angle a)
-