shapelib
Class Cylinder_IQAGeom

java.lang.Object
  |
  +--IndexedQuadArrayGeom
        |
        +--shapelib.Cylinder_IQAGeom

public class Cylinder_IQAGeom
extends IndexedQuadArrayGeom

A cylinder as a indexed quad array. It has no end caps.

See Also:
Serialized Form

Constructor Summary
Cylinder_IQAGeom(int n, float radius, float height)
          Make a cylinder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cylinder_IQAGeom

public Cylinder_IQAGeom(int n,
                        float radius,
                        float height)
Make a cylinder

Parameters:
n - Number of faces around circle
radius - The radius
height - The height