net.minecraft.util

public record CubicSpline$Multipoint<C, I extends ToFloatFunction<C>>

implements CubicSpline<C, I>

azg$e
net.minecraft.util.CubicSpline$Multipoint
net.minecraft.class_6492$class_6738
net.minecraft.util.math.Spline$Implementation
net.minecraft.util.CubicSpline$e

Field summary

Modifier and TypeField
private final I
b
coordinate
comp_229
locationFunction
final float[]
c
locations
comp_230
locations
private final List<CubicSpline<C, I>>
d
values
comp_231
values
private final float[]
e
derivatives
comp_232
derivatives
private final float
f
minValue
comp_532
min
private final float
g
maxValue
comp_533
max

Constructor summary

ModifierConstructor
public (I arg0, float[] arg1, List<CubicSpline<C, I>> arg2, float[] arg3, float arg4, float arg5)

Method summary

Modifier and TypeMethod
static <C, I extends ToFloatFunction<C>> CubicSpline$Multipoint<C, I>
a(I arg0, float[] arg1, List<azg<C, I>> arg2, float[] arg3)
create(I arg0, float[] arg1, List<CubicSpline<C, I>> arg2, float[] arg3)
method_41299(I arg0, float[] arg1, List<class_6492<C, I>> arg2, float[] arg3)
build(I locationFunction, float[] locations, List<Spline<C, I>> values, float[] derivatives)
private static float
a(float arg0, float[] arg1, float arg2, float[] arg3, int arg4)
linearExtend(float arg0, float[] arg1, float arg2, float[] arg3, int arg4)
method_41297(float arg0, float[] arg1, float arg2, float[] arg3, int arg4)
sampleOutsideRange(float point, float[] locations, float value, float[] derivatives, int i)
private static <C, I extends ToFloatFunction<C>> void
a(float[] arg0, List<azg<C, I>> arg1, float[] arg2)
validateSizes(float[] arg0, List<CubicSpline<C, I>> arg1, float[] arg2)
method_41301(float[] arg0, List<class_6492<C, I>> arg1, float[] arg2)
assertParametersValid(float[] locations, List<Spline<C, I>> values, float[] derivatives)
public float
a(C arg0)
apply(C arg0)
method_41296(C arg0)
apply(C arg0)
private static int
a(float[] arg0, float arg1)
findIntervalStart(float[] arg0, float arg1)
method_41300(float[] arg0, float arg1)
findRangeForLocation(float[] locations, float x)
public String
a()
parityString()
method_39225()
getDebugString()
private String
a(float[] arg0)
toString(float[] arg0)
method_39238(float[] arg0)
format(float[] values)
public CubicSpline<C, I>
a(azg$d<I> arg0)
mapAll(CubicSpline$CoordinateVisitor<I> arg0)
method_41187(class_6492$class_7073<I> arg0)
apply(Spline$Visitor<I> arg0)
public I
d()
coordinate()
comp_229()
locationFunction()
public float[]
e()
locations()
comp_230()
locations()
public List<CubicSpline<C, I>>
f()
values()
comp_231()
values()
public float[]
g()
derivatives()
comp_232()
derivatives()
public float
b()
minValue()
comp_532()
min()
public float
c()
maxValue()
comp_533()
max()