public class ConvexHull3D extends AbstractConvexHull
boundarySize, opService, points, size
Constructor and Description |
---|
ConvexHull3D(Collection<T> points,
boolean computeSize) |
ConvexHull3D(Context context,
Collection<T> points,
boolean computeSize) |
Modifier and Type | Method and Description |
---|---|
void |
compute() |
Mesh |
getMesh() |
static void |
main(String[] args) |
boundarySize, size
public ConvexHull3D(Context context, Collection<T> points, boolean computeSize)
public ConvexHull3D(Collection<T> points, boolean computeSize)
public Mesh getMesh()
public void compute()
compute
in class AbstractConvexHull
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.