|
| 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 2D vertex in a triangulation. Contains references to a halfedge in the star of the vertex, to 3D coordinates (for 3D meshing), and to a "paired" point (for encoding symmetry information).
- Author
- Mark Howison