java.lang.Object
de.grogra.rgg.NodeToFloat
- All Implemented Interfaces:
ObjectToFloat<Node>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract floatevaluateFloat(Node node) Computes the value of this function atx.
-
Constructor Details
-
NodeToFloat
public NodeToFloat()
-
-
Method Details
-
evaluateFloat
Description copied from interface:ObjectToFloatComputes the value of this function atx.- Specified by:
evaluateFloatin interfaceObjectToFloat<Node>- Parameters:
node- where the function is to be evaluated- Returns:
- function value at
x
-