HE_Mesh  6.0.1
wblut.geom.WB_PyramidFactory Class Reference

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
 

Detailed Description

Author
FVH

Constructor & Destructor Documentation

wblut.geom.WB_PyramidFactory.WB_PyramidFactory ( )

Member Function Documentation

WB_PyramidFactory wblut.geom.WB_PyramidFactory.setCap ( final boolean  cap)
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setMap ( final WB_Map2D  map)
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints ( final WB_CoordCollection  points)
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints ( final WB_Polygon  polygon)
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints ( final Collection<?extends WB_Coord points)
WB_PyramidFactory wblut.geom.WB_PyramidFactory.setPoints ( final WB_Coord[]  points)

Member Data Documentation

boolean wblut.geom.WB_PyramidFactory.cap
private
WB_Map2D wblut.geom.WB_PyramidFactory.map
private
WB_CoordCollection wblut.geom.WB_PyramidFactory.points
private

The documentation for this class was generated from the following file: