HE_Mesh
6.0.1
|
Public Member Functions | |
WB_PyramidFactory () | |
WB_PyramidFactory | setPoints (final WB_CoordCollection points) |
WB_PyramidFactory | setPoints (final WB_Polygon polygon) |
WB_PyramidFactory | setPoints (final Collection<?extends WB_Coord > points) |
WB_PyramidFactory | setPoints (final WB_Coord[] points) |
WB_PyramidFactory | setCap (final boolean cap) |
WB_PyramidFactory | setMap (final WB_Map2D map) |
WB_Mesh | createPyramidWithAngle (final double...angles) |
WB_Mesh | createPyramidWithHeightAndAngle (final double height, final double...angles) |
WB_Mesh | createPyramidWithHeight (final double height) |
WB_Mesh | createOffset (final double height, final double...offset) |
Private Attributes | |
WB_CoordCollection | points |
boolean | cap |
WB_Map2D | map |
wblut.geom.WB_PyramidFactory.WB_PyramidFactory | ( | ) |
WB_Mesh wblut.geom.WB_PyramidFactory.createOffset | ( | final double | height, |
final double... | offset | ||
) |
WB_Mesh wblut.geom.WB_PyramidFactory.createPyramidWithAngle | ( | final double... | angles | ) |
WB_Mesh wblut.geom.WB_PyramidFactory.createPyramidWithHeight | ( | final double | height | ) |
WB_Mesh wblut.geom.WB_PyramidFactory.createPyramidWithHeightAndAngle | ( | final double | height, |
final double... | angles | ||
) |
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setCap | ( | final boolean | cap | ) |
References wblut.geom.WB_PyramidFactory.cap.
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setMap | ( | final WB_Map2D | map | ) |
References wblut.geom.WB_PyramidFactory.map.
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints | ( | final WB_CoordCollection | points | ) |
References wblut.geom.WB_PyramidFactory.points.
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints | ( | final WB_Polygon | polygon | ) |
References wblut.geom.WB_CoordCollection.getCollection().
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints | ( | final Collection<?extends WB_Coord > | points | ) |
References wblut.geom.WB_CoordCollection.getCollection().
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints | ( | final WB_Coord[] | points | ) |
References wblut.geom.WB_CoordCollection.getCollection().
|
private |
|
private |
|
private |