|
| WB_IndexedSegment (final int i1, final int i2, final WB_Coord[] points) |
|
int | i1 () |
|
int | i2 () |
|
WB_IndexedSegment | negate () |
|
void | reverse () |
|
WB_Coord | getPoint (final int i) |
|
WB_GeometryType | getType () |
|
WB_Geometry | apply (final WB_Transform T) |
|
| WB_Segment () |
|
| WB_Segment (final WB_Coord o, final WB_Coord d, final double l) |
|
| WB_Segment (final WB_Coord p1, final WB_Coord p2) |
|
| WB_Segment (final double p1x, final double p1y, final double p1z, final double p2x, final double p2y, final double p2z) |
|
WB_Point | getParametricPointOnSegment (final double t) |
|
void | getParametricPointOnSegmentInto (final double t, final WB_MutableCoord result) |
|
WB_Coord | getEndpoint () |
|
WB_Point | getCenter () |
|
double | getLength () |
|
WB_Segment | negate () |
|
void | reverse () |
|
WB_Coord | getPoint (final int i) |
|
WB_GeometryType | getType () |
|
WB_Geometry | apply (final WB_Transform T) |
|
WB_Point | curvePoint (final double u) |
|
double | getLowerU () |
|
double | getUpperU () |
|
WB_Vector | curveDirection (double u) |
|
WB_Vector | curveDerivative (double u) |
|
| 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 () |
|
WB_Coord | getPoint (int i) |
|
WB_Geometry | apply (WB_Transform T) |
|
WB_Point | curvePoint (double u) |
|
wblut.geom.WB_IndexedSegment.WB_IndexedSegment |
( |
final int |
i1, |
|
|
final int |
i2, |
|
|
final WB_Coord[] |
points |
|
) |
| |
wblut.geom.WB_IndexedSegment.WB_IndexedSegment |
( |
final int |
i1, |
|
|
final int |
i2, |
|
|
final WB_Coord |
p1, |
|
|
final WB_Coord |
p2 |
|
) |
| |
|
protected |
WB_Coord wblut.geom.WB_IndexedSegment.getPoint |
( |
final int |
i | ) |
|
int wblut.geom.WB_IndexedSegment.i1 |
( |
| ) |
|
int wblut.geom.WB_IndexedSegment.i2 |
( |
| ) |
|
void wblut.geom.WB_IndexedSegment.reverse |
( |
| ) |
|
int wblut.geom.WB_IndexedSegment.i1 |
|
private |
int wblut.geom.WB_IndexedSegment.i2 |
|
private |
The documentation for this class was generated from the following file: