- checkIfAnyTrue(boolean[]) - Method in class earthproj.EarthView
-
The purpose is to cycle through the boolean array and see if any of the
elements are "true" - if so then return a value of "true".
- computeFarClipDistance() - Method in class earthproj.CustomOrbitView
-
The purpose is to set custom far clip distance so that trajectories don't
get "cut off" on the other side of the Earth.
- computeNearClipDistance() - Method in class earthproj.CustomOrbitView
-
The purpose is to set a custom near clip distance so that trajectories
don't get "cut off" on the other side of the Earth.
- configureEarthLayers() - Method in class earthproj.EarthView
-
The purpose is to load the user-specified Earth layers
(e.g.
- CustomOrbitView - Class in earthproj
-
This custom class allows the user to specify the near and far clip distances
to allow the viewing of objects beyond the Earth's horizon (such as
trajectories).
- CustomOrbitView() - Constructor for class earthproj.CustomOrbitView
-
Constructor #1