|
| WB_SimpleVector2D () |
|
| WB_SimpleVector2D (final double x, final double y) |
|
| WB_SimpleVector2D (final double[] x) |
|
| WB_SimpleVector2D (final double[] fromPoint, final double[] toPoint) |
|
| WB_SimpleVector2D (final WB_Coord v) |
|
| WB_SimpleVector2D (final WB_Coord fromPoint, final WB_Coord toPoint) |
|
double | getd (final int i) |
|
float | getf (final int i) |
|
double | xd () |
|
double | yd () |
|
double | zd () |
|
double | wd () |
|
float | xf () |
|
float | yf () |
|
float | zf () |
|
float | wf () |
|
void | setX (final double x) |
|
void | setY (final double y) |
|
void | setZ (final double z) |
|
void | setW (final double w) |
|
void | setCoord (final int i, final double v) |
|
void | set (final WB_Coord v) |
|
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) |
|
int | compareTo (final WB_Coord p) |
|
int | compareToY1st (final WB_Coord p) |
|
boolean | equals (final Object o) |
|
int | hashCode () |
|
String | toString () |
|
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) |
|
wblut.geom.WB_SimpleVector2D.WB_SimpleVector2D |
( |
| ) |
|
wblut.geom.WB_SimpleVector2D.WB_SimpleVector2D |
( |
final double |
x, |
|
|
final double |
y |
|
) |
| |
wblut.geom.WB_SimpleVector2D.WB_SimpleVector2D |
( |
final double[] |
x | ) |
|
wblut.geom.WB_SimpleVector2D.WB_SimpleVector2D |
( |
final double[] |
fromPoint, |
|
|
final double[] |
toPoint |
|
) |
| |
wblut.geom.WB_SimpleVector2D.WB_SimpleVector2D |
( |
final WB_Coord |
v | ) |
|
wblut.geom.WB_SimpleVector2D.WB_SimpleVector2D |
( |
final WB_Coord |
fromPoint, |
|
|
final WB_Coord |
toPoint |
|
) |
| |
int wblut.geom.WB_SimpleVector2D.compareTo |
( |
final WB_Coord |
p | ) |
|
int wblut.geom.WB_SimpleVector2D.compareToY1st |
( |
final WB_Coord |
p | ) |
|
boolean wblut.geom.WB_SimpleVector2D.equals |
( |
final Object |
o | ) |
|
double wblut.geom.WB_SimpleVector2D.getd |
( |
final int |
i | ) |
|
float wblut.geom.WB_SimpleVector2D.getf |
( |
final int |
i | ) |
|
int wblut.geom.WB_SimpleVector2D.hashCode |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector2D.ORIGIN |
( |
| ) |
|
|
static |
void wblut.geom.WB_SimpleVector2D.set |
( |
final WB_Coord |
v | ) |
|
void wblut.geom.WB_SimpleVector2D.set |
( |
final double |
x, |
|
|
final double |
y |
|
) |
| |
void wblut.geom.WB_SimpleVector2D.set |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
void wblut.geom.WB_SimpleVector2D.set |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z, |
|
|
final double |
w |
|
) |
| |
void wblut.geom.WB_SimpleVector2D.setCoord |
( |
final int |
i, |
|
|
final double |
v |
|
) |
| |
void wblut.geom.WB_SimpleVector2D.setW |
( |
final double |
w | ) |
|
void wblut.geom.WB_SimpleVector2D.setX |
( |
final double |
x | ) |
|
void wblut.geom.WB_SimpleVector2D.setY |
( |
final double |
y | ) |
|
void wblut.geom.WB_SimpleVector2D.setZ |
( |
final double |
z | ) |
|
String wblut.geom.WB_SimpleVector2D.toString |
( |
| ) |
|
double wblut.geom.WB_SimpleVector2D.wd |
( |
| ) |
|
float wblut.geom.WB_SimpleVector2D.wf |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector2D.X |
( |
| ) |
|
|
static |
double wblut.geom.WB_SimpleVector2D.xd |
( |
| ) |
|
float wblut.geom.WB_SimpleVector2D.xf |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector2D.Y |
( |
| ) |
|
|
static |
double wblut.geom.WB_SimpleVector2D.yd |
( |
| ) |
|
float wblut.geom.WB_SimpleVector2D.yf |
( |
| ) |
|
double wblut.geom.WB_SimpleVector2D.zd |
( |
| ) |
|
static WB_Coord wblut.geom.WB_SimpleVector2D.ZERO |
( |
| ) |
|
|
static |
float wblut.geom.WB_SimpleVector2D.zf |
( |
| ) |
|
The documentation for this class was generated from the following file: