wblut.geom.WB_Triangle.WB_Triangle |
( |
| ) |
|
|
protected |
double wblut.geom.WB_Triangle.a |
( |
| ) |
|
double wblut.geom.WB_Triangle.b |
( |
| ) |
|
double wblut.geom.WB_Triangle.c |
( |
| ) |
|
double wblut.geom.WB_Triangle.cosA |
( |
| ) |
|
double wblut.geom.WB_Triangle.cosB |
( |
| ) |
|
double wblut.geom.WB_Triangle.cosC |
( |
| ) |
|
void wblut.geom.WB_Triangle.cycle |
( |
| ) |
|
void wblut.geom.WB_Triangle.cycle |
( |
int |
n | ) |
|
WB_AABB wblut.geom.WB_Triangle.getAABB |
( |
| ) |
|
double wblut.geom.WB_Triangle.getArea |
( |
| ) |
|
Gets the area.
- Returns
- the area
Barycentric.
- Parameters
-
- Returns
- the w b_ point
double [] wblut.geom.WB_Triangle.getBarycentricCoordinates |
( |
final WB_Coord |
p | ) |
|
WB_Point wblut.geom.WB_Triangle.getCenter |
( |
| ) |
|
WB_Point wblut.geom.WB_Triangle.getCentroid |
( |
| ) |
|
Get centroid.
- Returns
- centroid
WB_Point wblut.geom.WB_Triangle.getCircumcenter |
( |
| ) |
|
Get circumcenter.
- Returns
- circumcenter
WB_Circle wblut.geom.WB_Triangle.getCircumcircle |
( |
| ) |
|
Get circumcircle.
- Returns
- circumcircle
WB_Map2D wblut.geom.WB_Triangle.getEmbeddedPlane |
( |
| ) |
|
WB_Point wblut.geom.WB_Triangle.getIncenter |
( |
| ) |
|
Get incenter.
- Returns
- incenter
WB_Circle wblut.geom.WB_Triangle.getIncircle |
( |
| ) |
|
Get incircle.
- Returns
- incircle
WB_Point wblut.geom.WB_Triangle.getOrthocenter |
( |
| ) |
|
Get orthocenter.
- Returns
- orthocenter
WB_Plane wblut.geom.WB_Triangle.getPlane |
( |
| ) |
|
WB_Coord wblut.geom.WB_Triangle.getPoint |
( |
final int |
i | ) |
|
WB_Point wblut.geom.WB_Triangle.getPointFromBarycentric |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
Get point from barycentric coordinates.
- Parameters
-
- Returns
- point
WB_Point wblut.geom.WB_Triangle.getPointFromTrilinear |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
Get point from trilinear coordinates.
- Parameters
-
- Returns
- point
double wblut.geom.WB_Triangle.getSignedArea |
( |
| ) |
|
double wblut.geom.WB_Triangle.maxX |
( |
| ) |
|
double wblut.geom.WB_Triangle.maxY |
( |
| ) |
|
double wblut.geom.WB_Triangle.maxZ |
( |
| ) |
|
double wblut.geom.WB_Triangle.minX |
( |
| ) |
|
double wblut.geom.WB_Triangle.minY |
( |
| ) |
|
double wblut.geom.WB_Triangle.minZ |
( |
| ) |
|
void wblut.geom.WB_Triangle.update |
( |
| ) |
|
|
protected |
Update side lengths and corner angles.
double wblut.geom.WB_Triangle.a |
|
private |
double wblut.geom.WB_Triangle.b |
|
private |
double wblut.geom.WB_Triangle.c |
|
private |
double wblut.geom.WB_Triangle.cosA |
|
private |
double wblut.geom.WB_Triangle.cosB |
|
private |
double wblut.geom.WB_Triangle.cosC |
|
private |
The documentation for this class was generated from the following file: