public final class Envelope1D extends Object implements Serializable
Constructor and Description |
---|
Envelope1D() |
Envelope1D(double _vmin,
double _vmax) |
Envelope1D(Envelope1D other) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(double v) |
boolean |
contains(Envelope1D other)
Returns True if the envelope contains the other envelope (boundary
inclusive).
|
boolean |
equals(Object _other) |
double |
getCenter() |
double |
getWidth() |
int |
hashCode() |
void |
inflate(double delta) |
void |
intersect(Envelope1D other) |
boolean |
isEmpty() |
void |
merge(double v) |
void |
merge(Envelope1D other) |
void |
mergeNE(double v) |
void |
normalize() |
void |
setCoords(double _vmin,
double _vmax) |
void |
setCoords(Envelope1D other) |
void |
setEmpty() |
void |
setInfinite() |
double |
snapClip(double v) |
public Envelope1D()
public Envelope1D(double _vmin, double _vmax)
public Envelope1D(Envelope1D other)
public void setCoords(double _vmin, double _vmax)
public void setCoords(Envelope1D other)
public void normalize()
public void setEmpty()
public boolean isEmpty()
public void setInfinite()
public void merge(double v)
public void merge(Envelope1D other)
public void mergeNE(double v)
public boolean contains(double v)
public boolean contains(Envelope1D other)
other
- The other envelope.public void intersect(Envelope1D other)
public void inflate(double delta)
public double snapClip(double v)
public double getWidth()
public double getCenter()
Copyright © 2018. All rights reserved.