public class Triangulation.SplittingPlane
extends java.lang.Object
Constructor and Description |
---|
SplittingPlane(java.util.LinkedHashMap PointSet,
int dimen) |
Modifier and Type | Method and Description |
---|---|
boolean |
isIntersectedBy(RefSimplex f) |
DblMatrix |
sideOfWall(DblMatrix pt)
Returns a number whose absolute value is the distance of the point to the
wall and the sign indicates which "side" of the plane the point is on.
|
public SplittingPlane(java.util.LinkedHashMap PointSet, int dimen)
public boolean isIntersectedBy(RefSimplex f)