HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_Point4D () | |
WB_Point4D (final double x, final double y, final double z, final double w) | |
WB_Point4D (final WB_Point4D v) | |
WB_Point4D (final WB_Coordinate v, final double w) | |
double | mag2 () |
double | mag () |
boolean | isZero () |
int | compareTo (final WB_Point4D otherXYZW) |
String | toString () |
double | getd (final int i) |
float | getf (final int i) |
float | xf () |
float | yf () |
float | zf () |
float | wf () |
WB_Point4D | get () |
WB_Point4D | moveTo (final double x, final double y, final double z) |
WB_Point4D | moveTo (final WB_Coordinate p) |
WB_Point4D | moveBy (final double x, final double y, final double z) |
WB_Point4D | moveBy (final WB_Coordinate v) |
void | moveByInto (final double x, final double y, final double z, final WB_Point4D result) |
void | moveByInto (final WB_Coordinate v, final WB_Point4D result) |
WB_Point4D | moveByAndCopy (final double x, final double y, final double z) |
WB_Point4D | moveByAndCopy (final WB_Point v) |
WB_Point4D | invert () |
double | normalize () |
void | trim (final double d) |
WB_Point4D | scale (final double f) |
void | scaleInto (final double f, final WB_Point4D result) |
WB_Point4D | add (final double x, final double y, final double z, final double w) |
WB_Point4D | add (final double x, final double y, final double z, final double w, final double f) |
WB_Point4D | add (final WB_Point4D p) |
WB_Point4D | add (final WB_Point4D p, final double f) |
void | addInto (final double x, final double y, final double z, final double w, final WB_Point4D result) |
void | addInto (final WB_Point4D p, final WB_Point4D result) |
WB_Point4D | addAndCopy (final double x, final double y, final double z, final double w) |
WB_Point4D | addAndCopy (final double x, final double y, final double z, final double w, final double f) |
WB_Point4D | addAndCopy (final WB_Point4D p) |
WB_Point4D | sub (final double x, final double y, final double z, final double w) |
WB_Point4D | sub (final WB_Point4D v) |
void | subInto (final double x, final double y, final double z, final double w, final WB_Point4D result) |
void | subInto (final WB_Point4D p, final WB_Point4D result) |
WB_Point4D | subAndCopy (final double x, final double y, final double z, final double w) |
WB_Point4D | subAndCopy (final WB_Point4D p) |
WB_Point4D | mult (final double f) |
void | multInto (final double f, final WB_Point4D result) |
WB_Point4D | multAndCopy (final double f) |
WB_Point4D | div (final double f) |
void | divInto (final double f, final WB_Point4D result) |
WB_Point4D | divAndCopy (final double f) |
double | xd () |
double | yd () |
double | zd () |
double | wd () |
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 double x, final double y, final double z, final double w) |
void | set (final double x, final double y, final double z) |
void | set (final double x, final double y) |
int | compareTo (final WB_Coordinate p) |
void | set (final WB_Coordinate p) |
WB_Point4D | rotateXY (final double theta) |
WB_Point4D | rotateYZ (final double theta) |
WB_Point4D | rotateXZ (final double theta) |
WB_Point4D | rotateXW (final double theta) |
WB_Point4D | rotateYW (final double theta) |
WB_Point4D | rotateZW (final double theta) |
![]() | |
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_Coordinate 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 Public Member Functions | |
static final WB_Point4D | ZERO () |
static WB_Point4D | interpolate (final WB_Point4D p0, final WB_Point4D p1, final double t) |
Public Attributes | |
double | x |
wblut.geom.WB_Point4D.WB_Point4D | ( | ) |
wblut.geom.WB_Point4D.WB_Point4D | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w | ||
) |
x | |
y | |
z | |
w |
wblut.geom.WB_Point4D.WB_Point4D | ( | final WB_Point4D | v | ) |
v |
wblut.geom.WB_Point4D.WB_Point4D | ( | final WB_Coordinate | v, |
final double | w | ||
) |
v | |
w |
WB_Point4D wblut.geom.WB_Point4D.add | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w | ||
) |
x | |
y | |
z | |
w |
WB_Point4D wblut.geom.WB_Point4D.add | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w, | ||
final double | f | ||
) |
x | |
y | |
z | |
w | |
f |
WB_Point4D wblut.geom.WB_Point4D.add | ( | final WB_Point4D | p | ) |
p |
WB_Point4D wblut.geom.WB_Point4D.add | ( | final WB_Point4D | p, |
final double | f | ||
) |
p | |
f |
WB_Point4D wblut.geom.WB_Point4D.addAndCopy | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w | ||
) |
x | |
y | |
z | |
w |
WB_Point4D wblut.geom.WB_Point4D.addAndCopy | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w, | ||
final double | f | ||
) |
x | |
y | |
z | |
w | |
f |
WB_Point4D wblut.geom.WB_Point4D.addAndCopy | ( | final WB_Point4D | p | ) |
p |
void wblut.geom.WB_Point4D.addInto | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w, | ||
final WB_Point4D | result | ||
) |
x | |
y | |
z | |
w | |
result |
void wblut.geom.WB_Point4D.addInto | ( | final WB_Point4D | p, |
final WB_Point4D | result | ||
) |
p | |
result |
int wblut.geom.WB_Point4D.compareTo | ( | final WB_Point4D | otherXYZW | ) |
otherXYZW |
int wblut.geom.WB_Point4D.compareTo | ( | final WB_Coordinate | p | ) |
WB_Point4D wblut.geom.WB_Point4D.div | ( | final double | f | ) |
f |
WB_Point4D wblut.geom.WB_Point4D.divAndCopy | ( | final double | f | ) |
f |
void wblut.geom.WB_Point4D.divInto | ( | final double | f, |
final WB_Point4D | result | ||
) |
f | |
result |
WB_Point4D wblut.geom.WB_Point4D.get | ( | ) |
double wblut.geom.WB_Point4D.getd | ( | final int | i | ) |
float wblut.geom.WB_Point4D.getf | ( | final int | i | ) |
|
static |
p0 | |
p1 | |
t |
WB_Point4D wblut.geom.WB_Point4D.invert | ( | ) |
boolean wblut.geom.WB_Point4D.isZero | ( | ) |
double wblut.geom.WB_Point4D.mag | ( | ) |
double wblut.geom.WB_Point4D.mag2 | ( | ) |
WB_Point4D wblut.geom.WB_Point4D.moveBy | ( | final double | x, |
final double | y, | ||
final double | z | ||
) |
x | |
y | |
z |
WB_Point4D wblut.geom.WB_Point4D.moveBy | ( | final WB_Coordinate | v | ) |
v |
WB_Point4D wblut.geom.WB_Point4D.moveByAndCopy | ( | final double | x, |
final double | y, | ||
final double | z | ||
) |
x | |
y | |
z |
WB_Point4D wblut.geom.WB_Point4D.moveByAndCopy | ( | final WB_Point | v | ) |
v |
void wblut.geom.WB_Point4D.moveByInto | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final WB_Point4D | result | ||
) |
x | |
y | |
z | |
result |
void wblut.geom.WB_Point4D.moveByInto | ( | final WB_Coordinate | v, |
final WB_Point4D | result | ||
) |
v | |
result |
WB_Point4D wblut.geom.WB_Point4D.moveTo | ( | final double | x, |
final double | y, | ||
final double | z | ||
) |
x | |
y | |
z |
WB_Point4D wblut.geom.WB_Point4D.moveTo | ( | final WB_Coordinate | p | ) |
p |
WB_Point4D wblut.geom.WB_Point4D.mult | ( | final double | f | ) |
f |
WB_Point4D wblut.geom.WB_Point4D.multAndCopy | ( | final double | f | ) |
f |
void wblut.geom.WB_Point4D.multInto | ( | final double | f, |
final WB_Point4D | result | ||
) |
f | |
result |
double wblut.geom.WB_Point4D.normalize | ( | ) |
WB_Point4D wblut.geom.WB_Point4D.rotateXW | ( | final double | theta | ) |
theta |
WB_Point4D wblut.geom.WB_Point4D.rotateXY | ( | final double | theta | ) |
theta |
WB_Point4D wblut.geom.WB_Point4D.rotateXZ | ( | final double | theta | ) |
theta |
WB_Point4D wblut.geom.WB_Point4D.rotateYW | ( | final double | theta | ) |
theta |
WB_Point4D wblut.geom.WB_Point4D.rotateYZ | ( | final double | theta | ) |
theta |
WB_Point4D wblut.geom.WB_Point4D.rotateZW | ( | final double | theta | ) |
theta |
WB_Point4D wblut.geom.WB_Point4D.scale | ( | final double | f | ) |
f |
void wblut.geom.WB_Point4D.scaleInto | ( | final double | f, |
final WB_Point4D | result | ||
) |
f | |
result |
void wblut.geom.WB_Point4D.set | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w | ||
) |
void wblut.geom.WB_Point4D.set | ( | final double | x, |
final double | y, | ||
final double | z | ||
) |
void wblut.geom.WB_Point4D.set | ( | final double | x, |
final double | y | ||
) |
void wblut.geom.WB_Point4D.set | ( | final WB_Coordinate | p | ) |
void wblut.geom.WB_Point4D.setCoord | ( | final int | i, |
final double | v | ||
) |
void wblut.geom.WB_Point4D.setW | ( | final double | w | ) |
void wblut.geom.WB_Point4D.setX | ( | final double | x | ) |
void wblut.geom.WB_Point4D.setY | ( | final double | y | ) |
void wblut.geom.WB_Point4D.setZ | ( | final double | z | ) |
WB_Point4D wblut.geom.WB_Point4D.sub | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w | ||
) |
x | |
y | |
z | |
w |
WB_Point4D wblut.geom.WB_Point4D.sub | ( | final WB_Point4D | v | ) |
v |
WB_Point4D wblut.geom.WB_Point4D.subAndCopy | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w | ||
) |
x | |
y | |
z | |
w |
WB_Point4D wblut.geom.WB_Point4D.subAndCopy | ( | final WB_Point4D | p | ) |
p |
void wblut.geom.WB_Point4D.subInto | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | w, | ||
final WB_Point4D | result | ||
) |
x | |
y | |
z | |
w | |
result |
void wblut.geom.WB_Point4D.subInto | ( | final WB_Point4D | p, |
final WB_Point4D | result | ||
) |
p | |
result |
String wblut.geom.WB_Point4D.toString | ( | ) |
void wblut.geom.WB_Point4D.trim | ( | final double | d | ) |
d |
double wblut.geom.WB_Point4D.wd | ( | ) |
float wblut.geom.WB_Point4D.wf | ( | ) |
double wblut.geom.WB_Point4D.xd | ( | ) |
float wblut.geom.WB_Point4D.xf | ( | ) |
double wblut.geom.WB_Point4D.yd | ( | ) |
float wblut.geom.WB_Point4D.yf | ( | ) |
double wblut.geom.WB_Point4D.zd | ( | ) |
|
static |
float wblut.geom.WB_Point4D.zf | ( | ) |
double wblut.geom.WB_Point4D.x |