package jmathlib.toolbox.jmathlib.graphics.graph3d; import jmathlib.core.tokens.*; import jmathlib.core.functions.ExternalFunction; import jmathlib.core.interpreter.GlobalValues; public class waterfall extends ExternalFunction { public OperandToken evaluate(Token[] operands, GlobalValues globals) { throwMathLibException("waterfall: not implemented yet"); return null; } }