|
| WB_Line () |
|
| WB_Line (final WB_Coord o, final WB_Coord d) |
|
| WB_Line (final double ox, final double oy, final double oz, final double dx, final double dy, final double dz) |
|
| WB_Line (final double ox, final double oy, final double dx, final double dy) |
|
String | toString () |
|
void | setFromPoints (final WB_Coord p1, final WB_Coord p2) |
|
double | getT (final WB_Coord p) |
|
WB_Point | curvePoint (final double u) |
|
WB_Vector | curveDirection (final double u) |
|
WB_Vector | curveDerivative (final double u) |
|
double | getLowerU () |
|
double | getUpperU () |
|
double | a () |
|
double | b () |
|
double | c () |
|
WB_Coord | getDirection () |
|
WB_Vector | getNormal () |
|
WB_Coord | getOrigin () |
|
WB_Point | getParametricPoint (final double t) |
|
void | getParametricPointInto (final double t, final WB_MutableCoord result) |
|
WB_Point | getPoint (final double t) |
|
void | getPointInto (final double t, final WB_MutableCoord result) |
|
boolean | equals (final Object o) |
|
int | hashCode () |
|
WB_Point | curvePoint (double u) |
|
WB_Vector | curveDirection (double u) |
|
WB_Vector | curveDerivative (double u) |
|
wblut.geom.WB_Line.WB_Line |
( |
| ) |
|
wblut.geom.WB_Line.WB_Line |
( |
final double |
ox, |
|
|
final double |
oy, |
|
|
final double |
oz, |
|
|
final double |
dx, |
|
|
final double |
dy, |
|
|
final double |
dz |
|
) |
| |
wblut.geom.WB_Line.WB_Line |
( |
final double |
ox, |
|
|
final double |
oy, |
|
|
final double |
dx, |
|
|
final double |
dy |
|
) |
| |
double wblut.geom.WB_Line.a |
( |
| ) |
|
double wblut.geom.WB_Line.b |
( |
| ) |
|
double wblut.geom.WB_Line.c |
( |
| ) |
|
WB_Vector wblut.geom.WB_Line.curveDerivative |
( |
final double |
u | ) |
|
WB_Vector wblut.geom.WB_Line.curveDirection |
( |
final double |
u | ) |
|
WB_Point wblut.geom.WB_Line.curvePoint |
( |
final double |
u | ) |
|
boolean wblut.geom.WB_Line.equals |
( |
final Object |
o | ) |
|
WB_Coord wblut.geom.WB_Line.getDirection |
( |
| ) |
|
double wblut.geom.WB_Line.getLowerU |
( |
| ) |
|
WB_Coord wblut.geom.WB_Line.getOrigin |
( |
| ) |
|
WB_Point wblut.geom.WB_Line.getParametricPoint |
( |
final double |
t | ) |
|
void wblut.geom.WB_Line.getParametricPointInto |
( |
final double |
t, |
|
|
final WB_MutableCoord |
result |
|
) |
| |
WB_Point wblut.geom.WB_Line.getPoint |
( |
final double |
t | ) |
|
void wblut.geom.WB_Line.getPointInto |
( |
final double |
t, |
|
|
final WB_MutableCoord |
result |
|
) |
| |
double wblut.geom.WB_Line.getT |
( |
final WB_Coord |
p | ) |
|
double wblut.geom.WB_Line.getUpperU |
( |
| ) |
|
int wblut.geom.WB_Line.hashCode |
( |
| ) |
|
String wblut.geom.WB_Line.toString |
( |
| ) |
|
static WB_Line wblut.geom.WB_Line.X |
( |
| ) |
|
|
static |
static WB_Line wblut.geom.WB_Line.Y |
( |
| ) |
|
|
static |
static WB_Line wblut.geom.WB_Line.Z |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: