| Constructor and Description |
|---|
Toroid(double innerRadius,
double OuterRadius) |
Toroid(double innerRadius,
double OuterRadius,
int numSlices,
int facets) |
| 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 Toroid(double innerRadius,
double OuterRadius)
public Toroid(double innerRadius,
double OuterRadius,
int numSlices,
int facets)
public java.util.List<Polygon> toPolygons()
PrimitiveCSG object.toPolygons in class Primitivepublic PropertyStorage getProperties()
PrimitivegetProperties in class Primitive