org.osm2world.core.world.modules
public static interface BuildingModule.BuildingPart.Roof extends RenderableToAllTargets
Modifier and Type | Method and Description |
---|---|
double |
getMaxRoofEle()
returns maximum roof elevation
|
PolygonWithHolesXZ |
getPolygon()
returns the outline (with holes) of the roof.
|
double |
getRoofEleAt(VectorXZ coord)
returns roof elevation at a position.
|
double |
getRoofHeight()
returns maximum roof height
|
renderTo
PolygonWithHolesXZ getPolygon()
double getRoofEleAt(VectorXZ coord)
double getRoofHeight()
double getMaxRoofEle()