Package org.tinfour.interpolation
Class VertexValuatorDefault
- java.lang.Object
-
- org.tinfour.interpolation.VertexValuatorDefault
-
- All Implemented Interfaces:
IVertexValuator
public class VertexValuatorDefault extends Object implements IVertexValuator
A valuator that returns the Z coordinate of a vertex.
-
-
Constructor Summary
Constructors Constructor Description VertexValuatorDefault()Standard constructor.
-
-
-
Method Detail
-
value
public double value(Vertex v)
Description copied from interface:IVertexValuatorGiven a vertex v, obtain its value- Specified by:
valuein interfaceIVertexValuator- Parameters:
v- a vertex- Returns:
- a value interpreted from vertex v.
-
-