JavaCAD
|
Static Public Member Functions | |
static CSG | hull (List<?> points) |
static CSG | hull (List< Vector3d > points, PropertyStorage storage) |
static CSG | hull (CSG csg, PropertyStorage storage) |
static CSG | hull (CSG... csgList) |
Private Member Functions | |
HullUtil () | |
The Class HullUtil.
Definition at line 20 of file HullUtil.java.
|
private |
Instantiates a new hull util.
Definition at line 25 of file HullUtil.java.
|
static |
Hull.
csg | the csg |
storage | the storage |
Definition at line 97 of file HullUtil.java.
References eu.mihosoft.vrl.v3d.CSG.getPolygons(), and eu.mihosoft.vrl.v3d.ext.quickhull3d.HullUtil.hull().
|
static |
Hull.
csgList | a list of csg |
Definition at line 113 of file HullUtil.java.
References eu.mihosoft.vrl.v3d.ext.quickhull3d.HullUtil.hull().
|
static |
Hull.
points | the points |
storage | the storage |
Definition at line 60 of file HullUtil.java.
References eu.mihosoft.vrl.v3d.Polygon.fromPoints(), eu.mihosoft.vrl.v3d.CSG.fromPolygons(), eu.mihosoft.vrl.v3d.ext.quickhull3d.HullUtil.hull(), and eu.mihosoft.vrl.v3d.CSG.triangulate().
|
static |
Hull.
points | the points |
Definition at line 36 of file HullUtil.java.
Referenced by eu.mihosoft.vrl.v3d.Extrude.bezier(), eu.mihosoft.vrl.v3d.CSG.hull(), eu.mihosoft.vrl.v3d.Extrude.hull(), eu.mihosoft.vrl.v3d.ext.quickhull3d.HullUtil.hull(), eu.mihosoft.vrl.v3d.CSG.hullAll(), eu.mihosoft.vrl.v3d.CSG.minkowskiHullShape(), eu.mihosoft.vrl.v3d.Dodecahedron.toPolygons(), eu.mihosoft.vrl.v3d.Icosahedron.toPolygons(), eu.mihosoft.vrl.v3d.Octahedron.toPolygons(), eu.mihosoft.vrl.v3d.RoundedCylinder.toPolygons(), and eu.mihosoft.vrl.v3d.Tetrahedron.toPolygons().