1 package eu.mihosoft.vrl.v3d;
23 public Wedge(
double w,
double h,
double d) {
25 throw new RuntimeException(
"w must be positive");
27 throw new RuntimeException(
"w must be positive");
29 throw new RuntimeException(
"w must be positive");
List< Polygon > getPolygons()
CSG rotz(Number degreesToRotate)
CSG roty(Number degreesToRotate)
static CSG points(Vector3d dir, List< Vector3d > points)
PropertyStorage getProperties()
Wedge(double w, double h, double d)
List< Polygon > toPolygons()
final PropertyStorage properties