public class WrapAroundWorld extends Constraint
xyRatio
Constructor and Description |
---|
WrapAroundWorld(double lowX,
double highX,
double lowY,
double highY)
constructor with Dimensions provided
|
WrapAroundWorld(double lowX,
double highX,
double lowY,
double highY,
double lowZ,
double highZ)
constructor with Dimensions provided
|
WrapAroundWorld(GridSpace3D theDimensions)
constructor with Dimensions provided
|
Modifier and Type | Method and Description |
---|---|
SpatialVector |
reMap(SpatialVector aLocation)
returns the MapDimensions for the Constraint
|
reMap
clone, contains, contains, contains, getBinLoc, getHighX, getHighY, getHighZ, getLowX, getLowY, getLowZ, getPixelSpaceX, getPixelSpaceY, getPixelSpaceZ, getSameXYScale, getSameXYZScale, getXAxisDirection, getXGrid, getXScale, getXYBorders, getXYRatio, getXZRatio, getYAxisDirection, getYGrid, getYScale, getZAxisDirection, getZGrid, getZScale, growToInclude, setAxisDirections, setAxisDirections, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setGrids, setGrids, setNUnits, setNUnits, setSameXYScale, setSameXYZScale, setXGrid, setXScale, setYGrid, setYScale, setZGrid, setZScale, toString, toXYRect, toXZRect, toYZRect, updatePixelExtent, updateRatios, updateScales, updateScales
public WrapAroundWorld(GridSpace3D theDimensions) throws java.lang.Exception
theDimensions
- the dimensionsjava.lang.Exception
public WrapAroundWorld(double lowX, double highX, double lowY, double highY, double lowZ, double highZ) throws java.lang.Exception
lowX
- low value for xhighX
- high value for xlowY
- low value for yhighY
- high value for ylowZ
- low value for zhighZ
- high value for zjava.lang.Exception
public WrapAroundWorld(double lowX, double highX, double lowY, double highY) throws java.lang.Exception
lowX
- low value for xhighX
- high value for xlowY
- low value for yhighY
- high value for yjava.lang.Exception
public SpatialVector reMap(SpatialVector aLocation)
reMap
in class Constraint
aLocation
- the Spatialvector to remap in the constraintRH, 2017