|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhplot.v3d.Position
jhplot.v3d.Object3d
jhplot.v3d.Sphere
public class Sphere
Build a sphere.
| Constructor Summary | |
|---|---|
Sphere(Model3d md,
float r,
int m,
int n)
Build a sphere. |
|
| Method Summary |
|---|
| 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 Sphere(Model3d md,
float r,
int m,
int n)
md - current modelr - radiusm - number of divisions in X for the surfacen - number of divisions in Y for the surface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||