6 package eu.mihosoft.vrl.v3d;
8 import java.util.ArrayList;
11 import eu.mihosoft.vrl.v3d.ext.quickhull3d.HullUtil;
53 this.resolution = numSlices;
81 ArrayList<CSG> cylParts =
new ArrayList<>();
91 heightInc*2+minHeight,
CSG movez(Number howFarToMove)
List< Polygon > getPolygons()
RoundedCylinder(double startRadius, double height)
PropertyStorage getProperties()
List< Polygon > toPolygons()
RoundedCylinder resolution(int resolution)
RoundedCylinder(double startRadius, double endRadius, double height, int numSlices)
RoundedCylinder cornerRadius(double cornerRadius)
RoundedCylinder setNumCornerSlices(int numCornerSlices)
final PropertyStorage properties
static CSG hull(List<?> points)