shapelib
Class Cone_QMAGeom

java.lang.Object
  |
  +--QuadMeshArrayGeom
        |
        +--shapelib.Cone_QMAGeom

public class Cone_QMAGeom
extends QuadMeshArrayGeom

A cone as a quad mesh. This has no bottom cap, and the point is degenerate

See Also:
Serialized Form

Constructor Summary
Cone_QMAGeom(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_QMAGeom

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