Uses of Class
org.anchoranalysis.mpp.mark.points.PointList
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.mark.points |
Marks implementing structures based on points. |
-
Uses of PointList in org.anchoranalysis.mpp.mark.points
Methods in org.anchoranalysis.mpp.mark.points that return PointList Modifier and Type Method Description static PointListPointListFactory. create(List<org.anchoranalysis.spatial.point.Point3d> points)Creates a PointList from a list of Point3d objects.static PointListPointListFactory. create(List<org.anchoranalysis.spatial.point.Point3d> points, int id)Creates a PointList from a list of Point3d objects with a specified ID.static PointListPointListFactory. createMarkFromPoints3f(List<org.anchoranalysis.spatial.point.Point3f> points)Creates a PointList from a list of Point3f objects.static PointListPointListFactory. createMarkFromPoints3i(List<org.anchoranalysis.spatial.point.Point3i> points)Creates a PointList from a list of Point3i objects.