Class PointListFactory
Object
PointListFactory
A factory for creating PointList objects from various types of point collections.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PointListCreates a PointList from a list of Point3d objects.static PointListCreates a PointList from a list of Point3d objects with a specified ID.static PointListcreateMarkFromPoints3f(List<Point3f> points) Creates a PointList from a list of Point3f objects.static PointListcreateMarkFromPoints3i(List<Point3i> points) Creates a PointList from a list of Point3i objects.
-
Method Details
-
create
-
create
-
createMarkFromPoints3f
-
createMarkFromPoints3i
-