|
| WB_Plane (final WB_Coordinate p1, final WB_Coordinate p2, final WB_Coordinate p3) |
|
| WB_Plane (final double ox, final double oy, final double oz, final double nx, final double ny, final double nz) |
|
| WB_Plane (final WB_Coordinate o, final WB_Coordinate n) |
|
| WB_Plane (final WB_Coordinate n, final double d) |
|
WB_Plane | get () |
|
WB_Vector | getNormal () |
|
double | d () |
|
WB_Point | getOrigin () |
|
void | flipNormal () |
|
String | toString () |
|
WB_Point | localPoint (final WB_Coordinate p) |
|
WB_Point | localPoint2D (final WB_Coordinate p) |
|
WB_Point | extractPoint (final WB_Coordinate p) |
|
WB_Point | extractPoint (final double x, final double y) |
|
WB_Point | extractPoint2D (final WB_Coordinate p) |
|
WB_Point | extractPoint (final double x, final double y, final double z) |
|
WB_Point | mirrorPoint (final WB_Coordinate p) |
|
WB_Vector | getU () |
|
WB_Vector | getV () |
|
WB_Vector | getW () |
|
wblut.geom.WB_Plane.WB_Plane |
( |
final double |
ox, |
|
|
final double |
oy, |
|
|
final double |
oz, |
|
|
final double |
nx, |
|
|
final double |
ny, |
|
|
final double |
nz |
|
) |
| |
wblut.geom.WB_Plane.WB_Plane |
( |
final WB_Coordinate |
n, |
|
|
final double |
d |
|
) |
| |
double wblut.geom.WB_Plane.d |
( |
| ) |
|
Extract point.
- Parameters
-
- Returns
- the w b_ point3d
WB_Point wblut.geom.WB_Plane.extractPoint |
( |
final double |
x, |
|
|
final double |
y |
|
) |
| |
Extract point.
- Parameters
-
- Returns
- the w b_ point3d
WB_Point wblut.geom.WB_Plane.extractPoint |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
Extract point.
- Parameters
-
- Returns
- the w b_ point3d
Extract point.
- Parameters
-
- Returns
- the w b_ point3d
void wblut.geom.WB_Plane.flipNormal |
( |
| ) |
|
WB_Point wblut.geom.WB_Plane.getOrigin |
( |
| ) |
|
static boolean wblut.geom.WB_Plane.isEqual |
( |
final WB_Plane |
P, |
|
|
final WB_Plane |
Q |
|
) |
| |
|
static |
Are the planes equal?.
- Parameters
-
- Returns
- true/false
Local point.
- Parameters
-
- Returns
- the w b_ point3d
Local point2 d.
- Parameters
-
- Returns
- the w b_ point2d
Mirror point.
- Parameters
-
- Returns
- the w b_ point3d
void wblut.geom.WB_Plane.setAxes |
( |
| ) |
|
|
private |
String wblut.geom.WB_Plane.toString |
( |
| ) |
|
static final WB_Plane wblut.geom.WB_Plane.X |
( |
| ) |
|
|
static |
static final WB_Plane wblut.geom.WB_Plane.XY |
( |
| ) |
|
|
static |
static final WB_Plane wblut.geom.WB_Plane.XZ |
( |
| ) |
|
|
static |
static final WB_Plane wblut.geom.WB_Plane.Y |
( |
| ) |
|
|
static |
static final WB_Plane wblut.geom.WB_Plane.YZ |
( |
| ) |
|
|
static |
static final WB_Plane wblut.geom.WB_Plane.Z |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: