Interface VerticesTransformer
-
- All Known Implementing Classes:
DefaultVerticesTransformer
public interface VerticesTransformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformType
applyTransformation(java.util.List<java.util.List<java.lang.Double>> vertices)
-
-
-
Method Detail
-
applyTransformation
TransformType applyTransformation(java.util.List<java.util.List<java.lang.Double>> vertices)
-
-