Uses of Class
edu.d.umn.geometry.ElevationSegment

Packages that use ElevationSegment
edu.d.umn.geometry   
 

Uses of ElevationSegment in edu.d.umn.geometry
 

Methods in edu.d.umn.geometry that return ElevationSegment
 ElevationSegment LODSegment.getSegment(int i)
          retrieves an elevation segment object
 

Methods in edu.d.umn.geometry with parameters of type ElevationSegment
 void ElevationSegment.stitchRight(ElevationSegment other)
          stitch right of this segment to left of other segment, stitching consists of averaging the normals on the common boundary vertices between segments.
 void ElevationSegment.stitchTop(ElevationSegment other)
          stitch top of this segment to bottom of other segment, stitching consists of averaging the normals on the common boundary vertices between segments.