|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AngleInterval | |
---|---|
fr.cnes.sirius.patrius.utils |
Uses of AngleInterval in fr.cnes.sirius.patrius.utils |
---|
Methods in fr.cnes.sirius.patrius.utils with parameters of type AngleInterval | |
---|---|
static double |
AngleTools.angleInInterval(double angle,
AngleInterval interval)
Computes the angle in the given interval modulo 2pi. |
static double |
AngleTools.complementaryAngle(double angle,
AngleInterval interval)
Computes the complementary (PI/2 - angle) of the input angle, and then tries to express it in the input interval. |
static boolean |
AngleTools.equal(double alpha,
double beta,
AngleInterval interval)
Tests the equality of two angles after expressing them in the same interval. |
static boolean |
AngleTools.greaterOrEqual(double alpha,
double beta,
AngleInterval interval)
Tests if one angle is greater or equal to another after expressing them in the same interval. |
static boolean |
AngleTools.greaterStrict(double alpha,
double beta,
AngleInterval interval)
Tests if one angle is strictly greater than another after expressing them in the same interval. |
static boolean |
AngleTools.lowerOrEqual(double alpha,
double beta,
AngleInterval interval)
Tests if one angle is lower or equal to another after expressing them in the same interval. |
static boolean |
AngleTools.lowerStrict(double alpha,
double beta,
AngleInterval interval)
Tests if one angle is strictly lower than another after expressing them in the same interval. |
static double |
AngleTools.oppositeAngle(double angle,
AngleInterval interval)
Computes the opposite of the input angle, and then tries to express it in the input interval. |
static double |
AngleTools.supplementaryAngle(double angle,
AngleInterval interval)
Computes the supplementary (PI - angle) of the input angle, and then tries to express it in the input interval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |