| Constructor and Description |
|---|
Wedge(double w,
double h,
double d)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStorage |
getProperties()
Returns the property storage of this primitive.
|
java.util.List<Polygon> |
toPolygons()
Returns the polygons that define this primitive.
|
public Wedge(double w,
double h,
double d)
[0,0,0] and with the specified
dimensions.w - widthh - heightd - depthpublic PropertyStorage getProperties()
PrimitivegetProperties in class Primitivepublic java.util.List<Polygon> toPolygons()
PrimitiveCSG object.toPolygons in class Primitive