public interface Criterion
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
convex(ConvexSet.Vertex a,
ConvexSet.Vertex b,
ConvexSet.Vertex test)
Test if the value to test could be pseudo convex, if a and b lies on a convex hull.
|
<T> boolean convex(ConvexSet.Vertex a, ConvexSet.Vertex b, ConvexSet.Vertex test)
convex - First point on the convex hulledge - Second point on the convex hullconvex2 - Point to testCopyright © 2014 Intersult GmbH. All rights reserved.