HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_Linear () | |
WB_Linear (final WB_Coord o, final WB_Coord d) | |
WB_Point | getPointOnLine (final double t) |
void | getPointOnLineInto (final double t, final WB_MutableCoord p) |
WB_Coord | getOrigin () |
WB_Coord | getDirection () |
WB_Vector | getNormal () |
double | a () |
double | b () |
double | c () |
Protected Member Functions | |
void | set (final WB_Coord o, final WB_Coord d) |
Protected Attributes | |
WB_Point | origin |
WB_Vector | direction |
wblut.geom.WB_Linear.WB_Linear | ( | ) |
double wblut.geom.WB_Linear.a | ( | ) |
double wblut.geom.WB_Linear.b | ( | ) |
double wblut.geom.WB_Linear.c | ( | ) |
WB_Coord wblut.geom.WB_Linear.getDirection | ( | ) |
WB_Vector wblut.geom.WB_Linear.getNormal | ( | ) |
WB_Coord wblut.geom.WB_Linear.getOrigin | ( | ) |
WB_Point wblut.geom.WB_Linear.getPointOnLine | ( | final double | t | ) |
t |
void wblut.geom.WB_Linear.getPointOnLineInto | ( | final double | t, |
final WB_MutableCoord | p | ||
) |
t | |
p |
|
protected |
|
protected |