HE_Mesh
6.0.1
|
Public Member Functions | |
WB_Point | getPoint (final int i) |
double | getd (final int i, final int j) |
float | getf (final int i, final int j) |
WB_Point | getPointOnLine (final double t) |
WB_Point | getParametricPointOnLine (final double t) |
WB_Vector | getDirection (final int i) |
WB_Vector | getNormal (final int i) |
double | a (final int i) |
double | b (final int i) |
double | c (final int i) |
int | getNumberOfPoints () |
WB_Segment | getSegment (final int i) |
int | getNumberSegments () |
double | getLength (final int i) |
WB_PolyLine (final Collection<?extends WB_Coord > points) | |
WB_PolyLine (final WB_Coord...points) | |
boolean | equals (final Object o) |
int | hashCode () |
WB_PolyLine | apply (final WB_Transform T) |
WB_CoordCollection | getPoints () |
Protected Member Functions | |
WB_PolyLine () | |
Private Member Functions | |
void | getDirections () |
Private Attributes | |
WB_GeometryFactory | geometryfactory = new WB_GeometryFactory() |
|
protected |
wblut.geom.WB_PolyLine.WB_PolyLine | ( | final Collection<?extends WB_Coord > | points | ) |
points |
References wblut.geom.WB_PolyLine.getDirections().
wblut.geom.WB_PolyLine.WB_PolyLine | ( | final WB_Coord... | points | ) |
points |
References wblut.geom.WB_PolyLine.getDirections().
double wblut.geom.WB_PolyLine.a | ( | final int | i | ) |
i |
WB_PolyLine wblut.geom.WB_PolyLine.apply | ( | final WB_Transform | T | ) |
References wblut.geom.WB_GeometryFactory2D.createPolyLine().
double wblut.geom.WB_PolyLine.b | ( | final int | i | ) |
i |
double wblut.geom.WB_PolyLine.c | ( | final int | i | ) |
i |
boolean wblut.geom.WB_PolyLine.equals | ( | final Object | o | ) |
double wblut.geom.WB_PolyLine.getd | ( | final int | i, |
final int | j | ||
) |
i | |
j |
WB_Vector wblut.geom.WB_PolyLine.getDirection | ( | final int | i | ) |
i |
|
private |
References wblut.geom.WB_Vector.getLength(), and wblut.geom.WB_Vector.normalizeSelf().
float wblut.geom.WB_PolyLine.getf | ( | final int | i, |
final int | j | ||
) |
i | |
j |
double wblut.geom.WB_PolyLine.getLength | ( | final int | i | ) |
i |
WB_Vector wblut.geom.WB_PolyLine.getNormal | ( | final int | i | ) |
i |
References wblut.geom.WB_GeometryFactory3D.createVector(), wblut.geom.WB_Vector.cross(), wblut.geom.WB_Vector.div(), wblut.geom.WB_Vector.getLength(), and wblut.math.WB_Epsilon.isZero().
int wblut.geom.WB_PolyLine.getNumberOfPoints | ( | ) |
int wblut.geom.WB_PolyLine.getNumberSegments | ( | ) |
WB_Point wblut.geom.WB_PolyLine.getParametricPointOnLine | ( | final double | t | ) |
WB_Point wblut.geom.WB_PolyLine.getPoint | ( | final int | i | ) |
i |
WB_Point wblut.geom.WB_PolyLine.getPointOnLine | ( | final double | t | ) |
WB_CoordCollection wblut.geom.WB_PolyLine.getPoints | ( | ) |
References wblut.geom.WB_CoordCollection.getCollection().
WB_Segment wblut.geom.WB_PolyLine.getSegment | ( | final int | i | ) |
i |
References wblut.geom.WB_GeometryFactory3D.createSegment(), and wblut.geom.WB_PolyLine.getPoint().
int wblut.geom.WB_PolyLine.hashCode | ( | ) |
|
private |