jhplot.v3d
Class Sphere
java.lang.Object
jhplot.v3d.Position
jhplot.v3d.Object3d
jhplot.v3d.Sphere
- All Implemented Interfaces:
- Serializable
public class Sphere
- extends Object3d
Build a sphere.
- Author:
- S.Chekanov
- See Also:
- Serialized Form
|
Constructor Summary |
Sphere(Model3d md,
float r,
int m,
int n)
Build a sphere. |
Sphere
public Sphere(Model3d md,
float r,
int m,
int n)
- Build a sphere.
- Parameters:
md - current modelr - radiusm - number of divisions in X for the surfacen - number of divisions in Y for the surface
jHPlot 3.1. Java environment for scientific computation and data analysis. © S.Chekanov