public class PlotPoint3D extends Object
PlotPoint3D
defines a plot point in terms of it's X , Y
and Z value, and also sets extension in each direction. This means it makes a
surface.Constructor and Description |
---|
PlotPoint3D()
Default constructor, does nothing.
|
PlotPoint3D(double x,
double dx,
double y,
double dy,
double z,
double dz)
Default constructor, initializes the class x,y,z and extension in 3D.
|
PlotPoint3D(PlotPoint3D pp)
Another constructor, initializes the class x- and y values.
|
Modifier and Type | Method and Description |
---|---|
double |
getDX()
Return the current dX-value.
|
double |
getDY()
Return the current dY-value.
|
double |
getDZ()
Return the current dZ-value.
|
PlotPoint3D |
getPoint()
returns x- and y and z values.
|
double |
getX()
Return the current X-value.
|
double |
getY()
Return the current Y-value.
|
double |
getZ()
Return the current Z-value.
|
void |
print()
print PlotPoint2D
|
void |
setPoint(double x,
double dx,
double y,
double dy,
double z,
double dz)
Sets x-, y and z values.
|
void |
setPoint(PlotPoint3D pp)
Sets x- and y and z values.
|
public PlotPoint3D()
public PlotPoint3D(double x, double dx, double y, double dy, double z, double dz)
x
- x-value;dx
- dx-value;y
- y-value;dy
- y-value;z
- z-value;dz
- z-value;public PlotPoint3D(PlotPoint3D pp)
pp
- PlotPoint instancepublic void setPoint(double x, double dx, double y, double dy, double z, double dz)
x
- x-value;dx
- dx-value;y
- y-value;dy
- y-value;z
- z-value;dz
- z-value;public void setPoint(PlotPoint3D pp)
pp
- PlotPoint3D instancepublic PlotPoint3D getPoint()
public double getX()
public double getY()
public double getZ()
public double getDX()
public double getDY()
public double getDZ()
public void print()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics