NASA World Wind

gov.nasa.worldwind.render.airspaces.editor
Class AirspaceEditorUtil.EdgeInfo

java.lang.Object
  extended by gov.nasa.worldwind.render.airspaces.editor.AirspaceEditorUtil.EdgeInfo
Enclosing class:
AirspaceEditorUtil

public static class AirspaceEditorUtil.EdgeInfo
extends Object


Constructor Summary
AirspaceEditorUtil.EdgeInfo(int locationIndex, int nextLocationIndex, int altitudeIndex, Vec4 point1, Vec4 point2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirspaceEditorUtil.EdgeInfo

public AirspaceEditorUtil.EdgeInfo(int locationIndex,
                                   int nextLocationIndex,
                                   int altitudeIndex,
                                   Vec4 point1,
                                   Vec4 point2)

NASA World Wind