Package net.simplace.sim.components.util
Class InterpolationTable
java.lang.Object
net.simplace.sim.components.util.InterpolationTable
- Direct Known Subclasses:
ScalableInterpolationTable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> txy) InterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> tx, net.simplace.sim.util.FWSimVariable<Double[]> ty) InterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> xtable, net.simplace.sim.util.FWSimVariable<Double[]> ytable, net.simplace.sim.util.FWSimVariable<Double[]> xytable) InterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> xtable, net.simplace.sim.util.FWSimVariable<Double[]> ytable, net.simplace.sim.util.FWSimVariable<Double[]> xytable, Object caller) -
Method Summary
-
Field Details
-
x
-
y
-
xy
-
isOldstyle
-
-
Constructor Details
-
InterpolationTable
-
InterpolationTable
-
InterpolationTable
-
InterpolationTable
-
-
Method Details
-
getValueAt
public double getValueAt(double t) -
getXValues
-
getYValues
-
getXYValues
-