jhplot.v3d
Class Cone

java.lang.Object
  extended by jhplot.v3d.Position
      extended by jhplot.v3d.Object3d
          extended by jhplot.v3d.Pyramid
              extended by jhplot.v3d.Cone
All Implemented Interfaces:
java.io.Serializable

public class Cone
extends Pyramid

Build a cone.

See Also:
Serialized Form

Constructor Summary
Cone(Model3d md, float r, int nv, float d)
           
Cone(Model3d md, float r, int nv, Vector3d d)
           
 
Method Summary
 
Methods inherited from class jhplot.v3d.Pyramid
getBaseColor, getFaceColor
 
Methods inherited from class jhplot.v3d.Object3d
addFace, addFace, addFace, addVertex, addVertex, setColor, setColor, setName
 
Methods inherited from class jhplot.v3d.Position
copyPos, incRot, incScale, incTrans, setRot, setScale, setTrans
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cone

public Cone(Model3d md,
            float r,
            int nv,
            Vector3d d)

Cone

public Cone(Model3d md,
            float r,
            int nv,
            float d)


jHepWork 2.1 (C) S.Chekanov