|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.von_gagern.martin.confoo.conformal.ResultMesh<V>
V - the class used to represent vertices of the meshpublic class ResultMesh<V>
Representation of a transformed mesh.
This map is returned as the result of a transformation. Its vertices are the same as those of the input mesh, bur its coordinates come from the transformed mesh.
This class has no public constructor, as it is only ever returned by methods of classes in this package.
Conformal.transform()| Method Summary | |
|---|---|
double |
edgeLength(V v1,
V v2)
Get edge length. |
double |
getU(V v)
Get the parameter u associated with this vertex. |
double |
getX(V v)
Get x coordinate of vertex. |
double |
getY(V v)
Get y coordinate of vertex. |
double |
getZ(V v)
Get z coordinate of vertex. |
MeshIterator<V> |
iterator()
Get iterator over all triangles of the mesh. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double getX(V v)
getX in interface LocatedMesh<V>v - a vertex of the mesh
public double getY(V v)
getY in interface LocatedMesh<V>v - a vertex of the mesh
public double getZ(V v)
getZ in interface LocatedMesh<V>v - a vertex of the mesh
public double getU(V v)
v - a vertex of the mesh
public double edgeLength(V v1,
V v2)
edgeLength in interface MetricMesh<V>v1 - one vertex of the meshv2 - a vertex adjacent to v1
public MeshIterator<V> iterator()
iterator in interface CombinatoricMesh<V>Iterable.iterator(),
MeshIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||