public class PointCostPair
extends java.lang.Object
This is a simple immutable container.
CostFunction| Modifier and Type | Field and Description |
|---|---|
double |
cost
Cost associated to the point.
|
double[] |
point
Point coordinates.
|
| Constructor and Description |
|---|
PointCostPair(double[] point,
double cost)
Build a point/cost pair.
|
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.