public class LebedevGridPoint extends Object
Constructor and Description |
---|
LebedevGridPoint(double xIn,
double yIn,
double zIn,
double weightIn)
Constructor (point must be in the unit sphere so x*x + y*x + z*z == 1).
|
Modifier and Type | Method and Description |
---|---|
double |
getPhi()
Returns the grid point coelevation.
|
double |
getTheta()
Returns the grid point azimuth.
|
Vector3D |
getVector3D()
Returns the grid point.
|
double |
getWeight()
Returns the grid point's weight.
|
double |
getX()
Returns the grid point X.
|
RealVector |
getXYZ()
Returns the grid point.
|
double |
getY()
Returns the grid point Y.
|
double |
getZ()
Returns the grid point Z.
|
public LebedevGridPoint(double xIn, double yIn, double zIn, double weightIn)
xIn
- x coordinateyIn
- y coordinatezIn
- z coordinateweightIn
- point weightpublic final Vector3D getVector3D()
public final RealVector getXYZ()
public final double getX()
public final double getY()
public final double getZ()
public final double getWeight()
public double getPhi()
public double getTheta()
Copyright © 2017 CNES. All rights reserved.