Uses of Class
org.osm2world.core.math.PolygonXZ

Packages that use PolygonXZ
org.osm2world.core.math classes for geometric objects that are used throughout OSM2World 
org.osm2world.core.terrain.creation   
 

Uses of PolygonXZ in org.osm2world.core.math
 

Subclasses of PolygonXZ in org.osm2world.core.math
 class SimplePolygonXZ
          a non-self-intersecting polygon in the XZ plane
 

Methods in org.osm2world.core.math that return PolygonXZ
 PolygonXZ PolygonXYZ.getXZPolygon()
           
 PolygonXZ PolygonXZ.reverse()
           
 

Methods in org.osm2world.core.math with parameters of type PolygonXZ
 boolean SimplePolygonXZ.contains(PolygonXZ p)
          returns true if this polygon contains the parameter polygon
 boolean PolygonXZ.intersects(PolygonXZ outlinePolygonXZ)
          returns true if there is an intersection between this polygon's and the parameter polygon's sides
 boolean PolygonXZ.isEquivalentTo(PolygonXZ other)
          returns true if the other polygon has the same vertices in the same order, possibly with a different start vertex
 

Uses of PolygonXZ in org.osm2world.core.terrain.creation
 

Methods in org.osm2world.core.terrain.creation with parameters of type PolygonXZ
 void TemporaryElevationStorage.addPolygon(PolygonXZ polyXZ, PolygonXYZ polyXYZ)
          adds all the elevation info for a polygon that needs to be flattened (vertex vectors and line segments along the edges)