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