|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.v3d.Position
jhplot.v3d.Object3d
jhplot.v3d.Pyramid
jhplot.v3d.Cone
public class Cone
Build a Cone.
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 |
---|
public Cone(Model3d md, float r, int nv, Vector3d d)
public Cone(Model3d md, float r, int nv, float d)
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |