|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--IndexedPolygonArrayGeom
|
+--shapelib.Cylinder_IPAGeom
A cylinder as an indexed polygon array. It may have end caps. (This is a closed surface with unique verticies.)
| Constructor Summary | |
Cylinder_IPAGeom(int n,
float radius,
float height)
Make a cylinder |
|
Cylinder_IPAGeom(int n,
float radius,
float height,
boolean bBottom,
boolean bSide,
boolean bTop)
Make a cylinder |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Cylinder_IPAGeom(int n,
float radius,
float height)
n - Number of faces around circleradius - The radiusheight - The height
public Cylinder_IPAGeom(int n,
float radius,
float height,
boolean bBottom,
boolean bSide,
boolean bTop)
n - Number of faces around circleradius - The radiusheight - The heightbBottom - Give it a bottom capbTop - Give it a top cap
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||