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 AngleAngle. arccos(double x)static AngleAngle. arcsin(double x)static AngleAngle. arctan(double y, double x)Methods in com.actelion.research.util with parameters of type Angle Modifier and Type Method Description voidAngle. add(Angle a)static doubleAngle. difference(Angle a2, Angle a1)Determines the normalized difference between a2 and a1, i.e.booleanAngle. isGreaterThan(Angle a)Determines whether this angle is on the greater value side of angle a, i.e.booleanAngle. isSmallerThan(Angle a)Determines whether this angle is on the smaller value side of angle a, i.e.static doubleAngle. 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.voidAngle. subtract(Angle a)Constructors in com.actelion.research.util with parameters of type Angle Constructor Description Angle(Angle a)
-