Class ObjectFromPointsFactory
Object
ObjectFromPointsFactory
Create an
ObjectMask from a collection of points.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectMaskcreate(Collection<Point3i> points) Create anObjectMaskfrom a collection of points.
-
Method Details
-
create
Create anObjectMaskfrom a collection of points.- Parameters:
points- the collection of points.- Returns:
- the object-mask.
- Throws:
CreateException- if there are zero points.
-