HE_Mesh2014
2.0.11
|
Public Member Functions | |
void | set (final WB_Coordinate c) |
void | pointTo2D (final WB_Coordinate p, final WB_MutableCoordinate result) |
void | pointTo2D (final double x, final double y, final double z, final WB_MutableCoordinate result) |
void | pointTo3D (final WB_Coordinate p, final WB_MutableCoordinate result) |
void | pointTo3D (final double u, final double v, final double w, final WB_MutableCoordinate result) |
void | pointTo3D (final double u, final double v, final WB_MutableCoordinate result) |
void | vectorTo2D (final WB_Coordinate v, final WB_MutableCoordinate result) |
void | vectorTo2D (final double x, final double y, final double z, final WB_MutableCoordinate result) |
void | vectorTo3D (final WB_Coordinate v, final WB_MutableCoordinate result) |
void | vectorTo3D (final double u, final double v, final double w, final WB_MutableCoordinate result) |
void | vectorTo3D (final double u, final double v, final WB_MutableCoordinate result) |
![]() | |
void | pointTo2D (WB_Coordinate p, WB_MutableCoordinate result) |
void | pointTo2D (double x, double y, double z, WB_MutableCoordinate result) |
void | pointTo3D (WB_Coordinate p, WB_MutableCoordinate result) |
void | pointTo3D (double u, double v, double w, WB_MutableCoordinate result) |
void | pointTo3D (double u, double v, WB_MutableCoordinate result) |
void | vectorTo2D (WB_Coordinate p, WB_MutableCoordinate result) |
void | vectorTo2D (double x, double y, double z, WB_MutableCoordinate result) |
void | vectorTo3D (WB_Coordinate p, WB_MutableCoordinate result) |
void | vectorTo3D (double u, double v, double w, WB_MutableCoordinate result) |
void | vectorTo3D (double u, double v, WB_MutableCoordinate result) |
Static Public Attributes | |
static final int | X = 0 |
static final int | Y = 1 |
static final int | Z = 2 |
static final int | Xrev = 3 |
static final int | Yrev = 4 |
static final int | Zrev = 5 |
static final WB_GeometryFactory | geometryfactory |
Protected Member Functions | |
WB_OrthoProject () | |
WB_OrthoProject (final int mode) | |
WB_OrthoProject (final WB_Coordinate v) | |
Private Attributes | |
int | mode |
WB_OrthoProject projects coordinates from world space to the X, Y or Z-plane. Since a projection is not reversible, the 2D-to-3D functions always return a point on the X-,Y- or Z-plane, unless the w-coordinate is explicitly given.
|
protected |
|
protected |
mode |
|
protected |
v |
void wblut.geom.WB_OrthoProject.pointTo2D | ( | final WB_Coordinate | p, |
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.pointTo2D | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.pointTo3D | ( | final WB_Coordinate | p, |
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.pointTo3D | ( | final double | u, |
final double | v, | ||
final double | w, | ||
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.pointTo3D | ( | final double | u, |
final double | v, | ||
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.set | ( | final WB_Coordinate | c | ) |
c |
void wblut.geom.WB_OrthoProject.vectorTo2D | ( | final WB_Coordinate | v, |
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.vectorTo2D | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.vectorTo3D | ( | final WB_Coordinate | v, |
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.vectorTo3D | ( | final double | u, |
final double | v, | ||
final double | w, | ||
final WB_MutableCoordinate | result | ||
) |
void wblut.geom.WB_OrthoProject.vectorTo3D | ( | final double | u, |
final double | v, | ||
final WB_MutableCoordinate | result | ||
) |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |