|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.geom.ParallelHyperplanes<V>
V
- the variable type.public class ParallelHyperplanes<V>
This class is used to represent a pair of bounding parallel hyperplanes. They have the general form: lower bound ≤ hyperplane ≤ upper bound. These are also called half-spaces.
Constructor Summary | |
---|---|
ParallelHyperplanes(LinearComb<V> hyperplane,
Interval bounds)
Constructs a new pair of bounding parallel hyperplanes. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates if the provided object is equal to this pair of bounding parallelt hyperplanes. |
Interval |
getBounds()
Returns the bounding values used to define the inequality. |
LinearComb<V> |
getPlane()
Returns the hyperplane. |
int |
hashCode()
Returns a content-based hash code. |
java.lang.String |
toString()
Returns a string representation of this pair of bounding parallel hyperplanes. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParallelHyperplanes(LinearComb<V> hyperplane, Interval bounds)
hyperplane
- the hyperplane.bounds
- the bounding values used to define the inequality.Method Detail |
---|
public LinearComb<V> getPlane()
public Interval getBounds()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object with which to compare.
true
if this object is equal to the provided object;
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |