| public static Interval | | of(float min, float max) | | of(float min, float max) | | method_1_7289(float arg0, float arg1) | | between(float min, float max) |
|
| public static Interval | | ofSymmetric(float range) | | ofSymmetric(float range) | | method_1_7291(float arg0) | | signed(float maxAbsValue) |
|
| public static Interval | | ofExact(float value) | | ofExact(float value) | | method_1_7290(float arg0) | | exact(float value) |
|
| public static Interval | |
| public static Interval | |
| public static Interval | | encapsulating(float first, float second) | | encapsulating(float first, float second) | | method_1_7270(float arg0, float arg1) | | containing(float min, float max) |
|
| private static Interval | |
| public static Interval | |
| public static Interval | |
| public static Interval | |
| private static float | | mulBound(float left, float right) | | mulBound(float left, float right) | | method_1_7288(float arg0, float arg1) | | multiply(float a, float b) |
|
| public static Interval | |
| public static Interval | |
| public static Interval | |
| public static Interval | |
| public static Interval | | clamp(Interval input, float min, float max) | | clamp(Interval input, float min, float max) | | method_1_7267(class_1_1150 arg0, float arg1, float arg2) | | restrict(Interval interval, float min, float max) |
|
| public static Interval | |
| public static Interval | |
| public static Interval | |
| private static Interval | |
| private static Interval | | powPositiveBase(float base, Interval exponent) | | powPositiveBase(float base, Interval exponent) | | method_1_9156(float arg0, class_1_1150 arg1) | | powWithPositiveBase(float base, Interval exponent) |
|
| private static Interval | |
| private static Interval | | powInfiniteExponent(float base, Interval exponent) | | powInfiniteExponent(float base, Interval exponent) | | method_1_9154(float arg0, class_1_1150 arg1) | | powWithPositiveBaseAndUnboundedExponent(float base, Interval exponent) |
|
| private static Interval | | powNegativeBase(float base, Interval exponent) | | powNegativeBase(float base, Interval exponent) | | method_1_9155(float arg0, class_1_1150 arg1) | | powWithNegativeBase(float base, Interval exponent) |
|
| public static Interval | |
| public static Interval | | mapMonotonic(Interval input, it.unimi.dsi.fastutil.floats.FloatUnaryOperator monotonicOp) | | mapMonotonic(Interval input, it.unimi.dsi.fastutil.floats.FloatUnaryOperator monotonicOp) | | method_1_7282(class_1_1150 arg0, it.unimi.dsi.fastutil.floats.FloatUnaryOperator arg1) | | applyMonotonicFunction(Interval interval, it.unimi.dsi.fastutil.floats.FloatUnaryOperator func) |
|
| public static Interval | |
| public static Interval | | lerp(Interval alpha, float first, float second) | | lerp(Interval alpha, float first, float second) | | method_1_7276(class_1_1150 arg0, float arg1, float arg2) | | lerp(Interval interval, float min, float max) |
|
| private static Interval | | lerpFiniteBounds(Interval alpha, float first, float second) | | lerpFiniteBounds(Interval alpha, float first, float second) | | method_1_7279(class_1_1150 arg0, float arg1, float arg2) | | lerpFinite(Interval interval, float min, float max) |
|
| private static float | | lerpFiniteBound(float alpha, float first, float second) | | lerpFiniteBound(float alpha, float first, float second) | | method_1_7278(float arg0, float arg1, float arg2) | | lerpFinite(float t, float min, float max) |
|
| private static Interval | | lerpInfiniteBounds(Interval alpha, float first, float second) | | lerpInfiniteBounds(Interval alpha, float first, float second) | | method_1_7281(class_1_1150 arg0, float arg1, float arg2) | | lerpInfinite(Interval interval, float min, float max) |
|
| private static float | | lerpInfiniteBound(float alpha, float first, float second) | | lerpInfiniteBound(float alpha, float first, float second) | | method_1_7280(float arg0, float arg1, float arg2) | | lerpInfinite(float t, float min, float max) |
|
| public static Interval | |
| public boolean | | contains(float value) | | contains(float value) | | method_1_7268(float arg0) | | contains(float value) |
|
| public boolean | |
| public boolean | | isNaI() | | isNaI() | | method_1_7275() | | isNaI() |
|
| public float | | min() | | min() | | method_1_7285() | | getMin() |
|
| public float | | max() | | max() | | method_1_7283() | | getMax() |
|