Package | Description |
---|---|
jahuwaldt.aero.panelgeom |
Modifier and Type | Method and Description |
---|---|
static GeomPanel |
GeomPanel.getInstance()
Create an instance of a GeomPanel object where everything is set to zero.
|
static GeomPanel |
GeomPanel.getInstance(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3,
double x4,
double y4,
double z4)
Create an instance of a GeomPanel object by providing the corner point locations.
|
static GeomPanel |
GeomPanel.getInstance(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3,
double x4,
double y4,
double z4,
double nx,
double ny,
double nz,
double xc,
double yc,
double zc,
double area)
Create an instance of a GeomPanel object by providing the corner point locations,
unit normal vector, panel centroid location and panel surface area.
|
static GeomPanel |
GeomPanel.getInstance(GeomPoint p1,
GeomPoint p2,
GeomPoint p3,
GeomPoint p4)
Create an instance of a GeomPanel object that has the given points for corner
points.
|
static GeomPanel |
GeomPanel.getInstance(GeomPoint p1,
GeomPoint p2,
GeomPoint p3,
GeomPoint p4,
GeomPoint normal,
GeomPoint centroid,
double area)
Create an instance of a GeomPanel object that has the given points for corner
points, the given point for a unit normal vector and the given surface area.
|
GeomPanel |
GeomNetwork.getPanel(int row,
int col)
Get the panel at the specified location on the network.
|
Modifier and Type | Method and Description |
---|---|
static void |
GeomPanel.freeInstance(GeomPanel panel)
Add an instance of a GeomPanel object to the object pool so that it can be re-used
again.
|