4 package eu.mihosoft.vrl.v3d;
6 import java.util.ArrayList;
9 import eu.mihosoft.vrl.v3d.ext.quickhull3d.HullUtil;
65 throw new NumberFormatException(
"radius can not be negative");
66 double phi = (Math.sqrt(5)+1)/2;
68 List<Vector3d> points =
new ArrayList<>();
List< Polygon > getPolygons()
CSG scale(Number scaleValue)
PropertyStorage getProperties()
List< Polygon > toPolygons()
Icosahedron setCenter(Vector3d center)
void setRadius(double radius)
Icosahedron(Vector3d center, double size)
final PropertyStorage properties
static CSG hull(List<?> points)