public class GeometryServiceImpl extends Object implements GeometryService
GeometryService
service interface.Constructor and Description |
---|
GeometryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
int |
triangulateIslands(int[][] islandCounts,
Point3f[][] outVerts,
int[] contourCounts,
ArrayList<GeometryArray> triangData)
Loops through each island, calling triangulator once per island.
|
public int triangulateIslands(int[][] islandCounts, Point3f[][] outVerts, int[] contourCounts, ArrayList<GeometryArray> triangData)
GeometryService
triangulateIslands
in interface GeometryService
islandCounts
- TODOoutVerts
- TODOcontourCounts
- TODOtriangData
- TODOCopyright © 2016–2022 SciJava. All rights reserved.