Package org.anchoranalysis.spatial.point
Class Contour
Object
Contour
A path of successively-neighbored points.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Contour
public Contour()
-
-
Method Details
-
pointsDiscrete
All the points in the contour, converted intoPoint3i
.- Returns:
- a newly created list with integer versions of all points.
-
getPoints
An ordered list of points in the contour.
-