|
| Tri_BPoint () |
|
| Tri_BPoint (final WB_Coordinate p) |
|
| Tri_BPoint (final double x, final double y) |
|
| Tri_BPoint (final Tri_BPoint bp) |
|
Tri_BPoint | getPair () |
|
| Tri_Point () |
|
| Tri_Point (final WB_Coordinate p) |
|
| Tri_Point (final double x, final double y) |
|
| Tri_Point (final Tri_Point p) |
|
void | setType (final int type) |
|
boolean | isType (final int type) |
|
| WB_SimpleVector () |
|
| WB_SimpleVector (final double x, final double y) |
|
| WB_SimpleVector (final double x, final double y, final double z) |
|
| WB_SimpleVector (final double[] x) |
|
| WB_SimpleVector (final double[] fromPoint, final double[] toPoint) |
|
| WB_SimpleVector (final WB_Coordinate v) |
|
| WB_SimpleVector (final WB_Coordinate fromPoint, final WB_Coordinate toPoint) |
|
void | set (final double x, final double y) |
|
void | set (final double x, final double y, final double z) |
|
void | set (final double x, final double y, final double z, final double w) |
|
void | set (final WB_Coordinate v) |
|
void | setCoord (final int i, final double v) |
|
void | setW (final double w) |
|
void | setX (final double x) |
|
void | setY (final double y) |
|
void | setZ (final double z) |
|
double | wd () |
|
float | wf () |
|
double | xd () |
|
float | xf () |
|
double | yd () |
|
float | yf () |
|
double | zd () |
|
float | zf () |
|
double | getd (final int i) |
|
float | getf (final int i) |
|
int | compareTo (final WB_Coordinate p) |
|
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) |
|
Represents a boundary point, which has additional fields next
and prev
to maintain a doubley-linked list of the boundary. The side
field can be used for encoding symmetry information about the boundary.
- Author
- Mark Howison