|
JavaView© v3.95.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjvx.geom.PwEvolve
Evolve geomtries in direction of a given vector field. The vector field may be the vertex or element/edge normal, or it may be a user defined vector field.
| Field Summary | |
static int |
OFFSET_GAUSS_CURVATURE
Evolve surface in direction of the vertex normal with length Gauss curvature. |
static int |
OFFSET_MEAN_CURVATURE
Evolve surface in direction of the mean curvature normal. |
static int |
OFFSET_VERTEX_NORMAL
Evolve surface in direction of vertex normals. |
static int |
OFFSET_VERTEX_VECTOR
Evolve surface in direction of a vertex based vector field. |
| Constructor Summary | |
PwEvolve()
|
|
| Method Summary | |
static boolean |
evolveParallel(PgPointSet geom,
double dist)
Evolve point set in direction of the vertex normals. |
static boolean |
evolveVectorField(PgPointSet geom,
double dist)
Evolve point set in direction of the selected vector field of a geometry. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int OFFSET_VERTEX_NORMAL
public static final int OFFSET_VERTEX_VECTOR
public static final int OFFSET_MEAN_CURVATURE
public static final int OFFSET_GAUSS_CURVATURE
| Constructor Detail |
public PwEvolve()
| Method Detail |
public static boolean evolveParallel(PgPointSet geom,
double dist)
geom - geometry to evolvedist - dist*vector determines the length of the translation vector
public static boolean evolveVectorField(PgPointSet geom,
double dist)
geom - geometry to evolvedist - dist*vector determines the length of the translation vector
|
JavaView© v3.95.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||