org.osm2world.core.map_elevation.creation
public static final class LeastSquaresInterpolator.SiteWithPolynomial extends Object implements IntersectionTestObject
Constructor and Description |
---|
LeastSquaresInterpolator.SiteWithPolynomial(VectorXYZ site) |
Modifier and Type | Method and Description |
---|---|
AxisAlignedBoundingBoxXZ |
getAxisAlignedBoundingBoxXZ() |
LeastSquaresInterpolator.Polynomial |
getPolynomial() |
void |
setPolynomial(LeastSquaresInterpolator.Polynomial polynomial) |
String |
toString() |
public final VectorXYZ pos
public LeastSquaresInterpolator.SiteWithPolynomial(VectorXYZ site)
public LeastSquaresInterpolator.Polynomial getPolynomial()
public void setPolynomial(LeastSquaresInterpolator.Polynomial polynomial)
public AxisAlignedBoundingBoxXZ getAxisAlignedBoundingBoxXZ()
getAxisAlignedBoundingBoxXZ
in interface IntersectionTestObject
public String toString()
toString
in class Object