HE_Mesh2014  2.0.11
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
wblut.geom.WB_GeodesicIII Class Reference

Public Member Functions

 WB_GeodesicIII (final double radius, final int b, final int c, final int type)
 
WB_FaceListMesh getMesh ()
 

Public Attributes

List< WB_Pointpoints
 
List< WB_PointPPT
 
List< WB_Pointzeropoints
 

Static Public Attributes

static final int TETRAHEDRON = 0
 
static final int OCTAHEDRON = 1
 
static final int ICOSAHEDRON = 2
 

Private Member Functions

void createMesh ()
 

Private Attributes

final double[][] centralanglesabc
 
final int b
 
final double radius
 
final int type
 
WB_FaceListMesh mesh
 

Static Private Attributes

static double PI = Math.PI
 
static double[][] surfaceanglesABC
 
static WB_GeometryFactory gf = WB_GeometryFactory.instance()
 

Constructor & Destructor Documentation

wblut.geom.WB_GeodesicIII.WB_GeodesicIII ( final double  radius,
final int  b,
final int  c,
final int  type 
)
Parameters
radius
b
c
type

Member Function Documentation

void wblut.geom.WB_GeodesicIII.createMesh ( )
private
WB_FaceListMesh wblut.geom.WB_GeodesicIII.getMesh ( )
Returns

Member Data Documentation

final int wblut.geom.WB_GeodesicIII.b
private
final double [][] wblut.geom.WB_GeodesicIII.centralanglesabc
private
WB_GeometryFactory wblut.geom.WB_GeodesicIII.gf = WB_GeometryFactory.instance()
staticprivate
final int wblut.geom.WB_GeodesicIII.ICOSAHEDRON = 2
static
WB_FaceListMesh wblut.geom.WB_GeodesicIII.mesh
private
final int wblut.geom.WB_GeodesicIII.OCTAHEDRON = 1
static
double wblut.geom.WB_GeodesicIII.PI = Math.PI
staticprivate
List<WB_Point> wblut.geom.WB_GeodesicIII.points
List<WB_Point> wblut.geom.WB_GeodesicIII.PPT
final double wblut.geom.WB_GeodesicIII.radius
private
double [][] wblut.geom.WB_GeodesicIII.surfaceanglesABC
staticprivate
Initial value:
= new double[][] {
{ PI / 3.0, PI / 3.0, PI / 2.0 }, { PI / 3.0, PI / 4.0, PI / 2.0 },
{ PI / 3.0, PI / 5.0, PI / 2.0 } }
final int wblut.geom.WB_GeodesicIII.TETRAHEDRON = 0
static
final int wblut.geom.WB_GeodesicIII.type
private
List<WB_Point> wblut.geom.WB_GeodesicIII.zeropoints

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