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