public class Polyshapes extends Object
Constructor and Description |
---|
Polyshapes() |
Modifier and Type | Method and Description |
---|---|
static boolean |
pnpoly(List<Point2D.Double> pts,
RealLocalizable localizable) |
static boolean |
pnpolyWithBoundary(List<Point2D.Double> pts,
RealLocalizable localizable,
boolean isClosed) |
static Point2D.Double |
point(RealLocalizable vertex) |
public static boolean pnpoly(List<Point2D.Double> pts, RealLocalizable localizable)
public static boolean pnpolyWithBoundary(List<Point2D.Double> pts, RealLocalizable localizable, boolean isClosed)
public static Point2D.Double point(RealLocalizable vertex)
Copyright © 2014–2022 ImageJ. All rights reserved.