shapelib
Class Cone_IPAGeom

java.lang.Object
  |
  +--IndexedPolygonArrayGeom
        |
        +--shapelib.Cone_IPAGeom

public class Cone_IPAGeom
extends IndexedPolygonArrayGeom

A solid cone as an indexed polygon array. (This is a closed surface with unique verticies.)

See Also:
Serialized Form

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

Constructor Detail

Cone_IPAGeom

public Cone_IPAGeom(int n,
                    float radius,
                    float height)