|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDrawHills.SingleHill
Ightaria.Terrain
public class Terrain
Field Summary | |
---|---|
protected boolean |
addFunctionToTerrainFunction
This variable speaks for itself. |
protected double |
hFFx
|
protected double |
hFFy
|
protected double |
hFp
|
protected double |
hOp
|
protected DVector |
loc
Location in HF. |
protected double |
oDistance
Spherical Dist. |
protected static double |
oFFMx
oFFMx, oFFMy - are really flat coodinates as they calculated by tools of tracking flat path during Vessel's travel. |
protected static double |
oFFMy
oFFMx, oFFMy - are really flat coodinates as they calculated by tools of tracking flat path during Vessel's travel. |
protected static double |
oFFz
"Horizontal hight" of observer while traveling. |
protected double |
oFp
|
protected double |
oFrontDistance
|
protected double |
oTau
Angular spherical Dist. |
(package private) static double |
PI
|
(package private) static double[][] |
tA
|
(package private) static double |
terrrainPeriodX
|
(package private) static double |
terrrainPeriodY
|
(package private) static int |
tNG
|
(package private) static double[][] |
tPh
|
(package private) static double |
tWX
|
(package private) static double |
tWY
|
Fields inherited from class DrawHills.SingleHill |
---|
altitudeCos, altitudeSin, aziRotationShift, BackgroundColor, center_x, center_y, CosRotationAngle, CurrFactor, CurrScreenX, CurrScreenY, debug, displayAxes, firstMeshDrawIx, flagTrianglesVsSquares, frameNumber, funFlippedParabola, funGaussBell, funLowSphere, funN, funPolinomials, funTerrain, funUpperSphere, funY2mX2, g, hillAxisColor, hOOx, hOOy, hOOz, lastMeshDrawIx, lightX, lightY, lightZ, MoonHalfPeriod, MoonHorizontalRadius, MoonXStart, MoonZ, n2X, n2Y, n2Z, nX, nY, nZ, oAltitudeViewAngle, obsX, obsY, obsZ, OwnColor, phase_sig, phase_sub, posX, posY, posZ, radius, Real_current, Real_previous, ReservedDomain, REventX, REventY, RotatedYAuxilairy, RotationModula, safeModule, safeScale, screen_current, screen_upper, screenMesh2X, screenMesh2Z, screenMeshX, screenMeshZ, ScreenXL, ScreenYL, shieldRadius, SinRotationAngle, sp, spOwn, tangentOfVision, Xmax, Xmin, Xsize, Xstep, Ymax, YMaxMin, Ymin, Yrange, Ystep |
Constructor Summary | |
---|---|
Terrain()
This constructor is probably never used: |
|
Terrain(SPad sp,
SPad spOwn,
int ScreenXL,
int ScreenYL,
int center_x,
int center_y,
int funN,
boolean addFunctionToTerrainFunction)
Main constructor. |
Method Summary | |
---|---|
int |
Fun(int funNumb,
int X,
int Y)
|
static void |
setObsFlatPosition(double x,
double y)
|
protected int |
Terrain(double X,
double Y)
Function which describes Terrain of the HomeFold. |
Methods inherited from class DrawHills.SingleHill |
---|
ConstructHill, DisplayMoon, DrawAxisToHill, DrawCoordinateAxis, DrawLegendedLine, DrawLegendedLine, FindMoonPhase, FindScreenX, FindScreenY, InsertSubHill, ms, ObsToSX, PaintAuxSigns, PaintFunction, paintHill, paintHillInternally, PositionMoon, ProjectObsSpaceLineToS, ProjectObsSpaceLineToScr, releaseGraphics, root, RotateArgToFunctDomainBasisX, supplyGraphics, XRotated, YRotated, YRotatedBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DVector loc
protected double oDistance
protected double oTau
protected double oFrontDistance
protected double hOp
protected double hFFx
protected double hFFy
protected double hFp
protected double oFp
protected static double oFFz
protected boolean addFunctionToTerrainFunction
protected static double oFFMx
protected static double oFFMy
static double terrrainPeriodX
static double terrrainPeriodY
static final double PI
static double tWX
static double tWY
static int tNG
static double[][] tPh
static double[][] tA
Constructor Detail |
---|
public Terrain()
public Terrain(SPad sp, SPad spOwn, int ScreenXL, int ScreenYL, int center_x, int center_y, int funN, boolean addFunctionToTerrainFunction)
Method Detail |
---|
public static void setObsFlatPosition(double x, double y)
protected int Terrain(double X, double Y)
public int Fun(int funNumb, int X, int Y)
Fun
in class SingleHill
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |