gov.nasa.worldwind.terrain
Class SectorGeometry.BoundaryEdge
java.lang.Object
gov.nasa.worldwind.terrain.SectorGeometry.BoundaryEdge
- Enclosing interface:
- SectorGeometry
public static class SectorGeometry.BoundaryEdge - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i1
public int i1
i2
public int i2
toMidPoint
public Vec4 toMidPoint
vertices
public Vec4[] vertices
SectorGeometry.BoundaryEdge
public SectorGeometry.BoundaryEdge(Vec4[] v,
int i1,
int i2)
SectorGeometry.BoundaryEdge
public SectorGeometry.BoundaryEdge(Vec4[] v,
int i1,
int i2,
Vec4 toMid)
|
|