public class CrossSection extends CrossSectionLine
azimuth, centerLocation, deltaTheta, theta, thetaX| コンストラクタと説明 |
|---|
CrossSection(HorizontalPosition centerLocation,
double theta,
double azimuth,
double deltaTheta,
double[] r) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Location[] |
getLocations() |
double[] |
getR() |
static void |
main(java.lang.String[] args) |
getAzimuth, getCenterLocation, getDeltaTheta, getEndPoint, getPositions, getStartPoint, getTheta, getThetaX, setPointspublic CrossSection(HorizontalPosition centerLocation, double theta, double azimuth, double deltaTheta, double[] r)
centerLocation - HorizontalPosition centertheta - [rad] theta widthazimuth - [rad] azimuth of cross sectiondeltaTheta - [rad] delta thetar - points in radius directionpublic static void main(java.lang.String[] args)
public double[] getR()
public Location[] getLocations()