This is the complete list of members for utils.ExtraMath, including all inherited members.
areaOfACircle(double r) | utils.ExtraMath | static |
average(double[] a) | utils.ExtraMath | static |
cube(double x) | utils.ExtraMath | static |
deviateFrom(double mu, double sigma) | utils.ExtraMath | static |
dfSc | utils.ExtraMath | static |
dfUs | utils.ExtraMath | static |
exp2(int x) | utils.ExtraMath | static |
exp2(double x) | utils.ExtraMath | static |
gammaCorrection(double v, double gamma) | utils.ExtraMath | static |
getExp2Rand() | utils.ExtraMath | static |
getNormRand() | utils.ExtraMath | static |
getUniRand() | utils.ExtraMath | static |
getUniRand(double lBound, double hBound) | utils.ExtraMath | static |
getUniRandInt(int lBound, int hBound) | utils.ExtraMath | static |
log2(double x) | utils.ExtraMath | static |
max(double a, double b) | utils.ExtraMath | static |
max(double[] a) | utils.ExtraMath | static |
maxSquare(double a, double b) | utils.ExtraMath | static |
mean(double[] v) | utils.ExtraMath | static |
min(double a, double b) | utils.ExtraMath | static |
min(double[] a) | utils.ExtraMath | static |
pointDistance(double x1, double y1, double z1, double x2, double y2, double z2) | utils.ExtraMath | static |
pointDistance(ContinuousVector p1, ContinuousVector p2) | utils.ExtraMath | static |
radiusOfACylinder(double v, double l) | utils.ExtraMath | static |
radiusOfASphere(double v) | utils.ExtraMath | static |
radiusOfASphere(double v, double lZ) | utils.ExtraMath | static |
random | utils.ExtraMath | static |
sameSign(double a, double b) | utils.ExtraMath | static |
sq(int x) | utils.ExtraMath | static |
sq(double x) | utils.ExtraMath | static |
stddev(double[] v) | utils.ExtraMath | static |
sumVector(double vector[]) | utils.ExtraMath | static |
toString(double value, boolean scFormat) | utils.ExtraMath | static |
volumeOfACylinder(double r, double l) | utils.ExtraMath | static |
volumeOfASphere(double r) | utils.ExtraMath | static |