NASA World Wind

gov.nasa.worldwind.terrain
Class SectorGeometry.BoundaryEdge

java.lang.Object
  extended by gov.nasa.worldwind.terrain.SectorGeometry.BoundaryEdge
Enclosing interface:
SectorGeometry

public static class SectorGeometry.BoundaryEdge
extends Object


Field Summary
 int i1
           
 int i2
           
 Vec4 toMidPoint
           
 Vec4[] vertices
           
 
Constructor Summary
SectorGeometry.BoundaryEdge(Vec4[] v, int i1, int i2)
           
SectorGeometry.BoundaryEdge(Vec4[] v, int i1, int i2, Vec4 toMid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i1

public int i1

i2

public int i2

toMidPoint

public Vec4 toMidPoint

vertices

public Vec4[] vertices
Constructor Detail

SectorGeometry.BoundaryEdge

public SectorGeometry.BoundaryEdge(Vec4[] v,
                                   int i1,
                                   int i2)

SectorGeometry.BoundaryEdge

public SectorGeometry.BoundaryEdge(Vec4[] v,
                                   int i1,
                                   int i2,
                                   Vec4 toMid)

NASA World Wind