public class HullUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CSG |
hull(CSG... csgList)
Hull.
|
static CSG |
hull(CSG csg,
PropertyStorage storage)
Hull.
|
static CSG |
hull(java.util.List<?> points)
Hull.
|
static CSG |
hull(java.util.List<Vector3d> points,
PropertyStorage storage)
Hull.
|
public static CSG hull(java.util.List<?> points)
points - the pointspublic static CSG hull(java.util.List<Vector3d> points, PropertyStorage storage)
points - the pointsstorage - the storagepublic static CSG hull(CSG csg, PropertyStorage storage)
csg - the csgstorage - the storage