|
| WB_SimpleVector () |
|
| WB_SimpleVector (final double x, final double y) |
|
| WB_SimpleVector (final double x, final double y, final double z) |
|
| WB_SimpleVector (final double[] x) |
|
| WB_SimpleVector (final double[] fromPoint, final double[] toPoint) |
|
| WB_SimpleVector (final WB_Coord v) |
|
| WB_SimpleVector (final WB_Coord fromPoint, final WB_Coord toPoint) |
|
void | set (final double x, final double y) |
|
void | set (final double x, final double y, final double z) |
|
void | set (final double x, final double y, final double z, final double w) |
|
void | set (final WB_Coord v) |
|
void | setCoord (final int i, final double v) |
|
void | setW (final double w) |
|
void | setX (final double x) |
|
void | setY (final double y) |
|
void | setZ (final double z) |
|
double | wd () |
|
float | wf () |
|
double | xd () |
|
float | xf () |
|
double | yd () |
|
float | yf () |
|
double | zd () |
|
float | zf () |
|
double | getd (final int i) |
|
float | getf (final int i) |
|
int | compareTo (final WB_Coord p) |
|
int | compareToY1st (final WB_Coord p) |
|
boolean | equals (final Object o) |
|
void | setX (double x) |
|
void | setY (double y) |
|
void | setZ (double z) |
|
void | setW (double w) |
|
void | setCoord (int i, double v) |
|
void | set (WB_Coord p) |
|
void | set (double x, double y) |
|
void | set (double x, double y, double z) |
|
void | set (double x, double y, double z, double w) |
|
double | getd (int i) |
|
float | getf (int i) |
|
|
static final WB_Coord | X = new WB_SimpleVector(1, 0, 0) |
|
static final WB_Coord | Y = new WB_SimpleVector(0, 1, 0) |
|
static final WB_Coord | Z = new WB_SimpleVector(0, 0, 1) |
|
static final WB_Coord | ORIGIN = new WB_SimpleVector(0, 0, 0) |
|
static final WB_Coord | ZERO = new WB_SimpleVector(0, 0, 0) |
|
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
| ) |
|
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
final double |
x, |
|
|
final double |
y |
|
) |
| |
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
final double[] |
x | ) |
|
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
final double[] |
fromPoint, |
|
|
final double[] |
toPoint |
|
) |
| |
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
final WB_Coord |
v | ) |
|
wblut.geom.WB_SimpleVector.WB_SimpleVector |
( |
final WB_Coord |
fromPoint, |
|
|
final WB_Coord |
toPoint |
|
) |
| |
int wblut.geom.WB_SimpleVector.compareTo |
( |
final WB_Coord |
p | ) |
|
int wblut.geom.WB_SimpleVector.compareToY1st |
( |
final WB_Coord |
p | ) |
|
boolean wblut.geom.WB_SimpleVector.equals |
( |
final Object |
o | ) |
|
double wblut.geom.WB_SimpleVector.getd |
( |
final int |
i | ) |
|
float wblut.geom.WB_SimpleVector.getf |
( |
final int |
i | ) |
|
static WB_Coord wblut.geom.WB_SimpleVector.ORIGIN |
( |
| ) |
|
|
static |
void wblut.geom.WB_SimpleVector.set |
( |
final double |
x, |
|
|
final double |
y |
|
) |
| |
void wblut.geom.WB_SimpleVector.set |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
void wblut.geom.WB_SimpleVector.set |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z, |
|
|
final double |
w |
|
) |
| |
void wblut.geom.WB_SimpleVector.set |
( |
final WB_Coord |
v | ) |
|
void wblut.geom.WB_SimpleVector.setCoord |
( |
final int |
i, |
|
|
final double |
v |
|
) |
| |
void wblut.geom.WB_SimpleVector.setW |
( |
final double |
w | ) |
|
void wblut.geom.WB_SimpleVector.setX |
( |
final double |
x | ) |
|
void wblut.geom.WB_SimpleVector.setY |
( |
final double |
y | ) |
|
void wblut.geom.WB_SimpleVector.setZ |
( |
final double |
z | ) |
|
double wblut.geom.WB_SimpleVector.wd |
( |
| ) |
|
float wblut.geom.WB_SimpleVector.wf |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector.X |
( |
| ) |
|
|
static |
double wblut.geom.WB_SimpleVector.xd |
( |
| ) |
|
float wblut.geom.WB_SimpleVector.xf |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector.Y |
( |
| ) |
|
|
static |
double wblut.geom.WB_SimpleVector.yd |
( |
| ) |
|
float wblut.geom.WB_SimpleVector.yf |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector.Z |
( |
| ) |
|
|
static |
double wblut.geom.WB_SimpleVector.zd |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector.ZERO |
( |
| ) |
|
|
static |
float wblut.geom.WB_SimpleVector.zf |
( |
| ) |
|
double wblut.geom.WB_SimpleVector.x |
|
private |
The documentation for this class was generated from the following file: