|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcae.viewer3d.cad.DefaultFaceMesh
public class DefaultFaceMesh
| Constructor Summary | |
|---|---|
DefaultFaceMesh(float[] nodes,
int[] mesh)
|
|
| Method Summary | |
|---|---|
int[] |
getMesh()
Return the triangles of the mesh. |
float[] |
getNodes()
Return the nodes of the mesh. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFaceMesh(float[] nodes,
int[] mesh)
nodes - mesh - | Method Detail |
|---|
public float[] getNodes()
FaceMesh
getNodes in interface FaceMeshpublic int[] getMesh()
FaceMesh
getMesh in interface FaceMesh
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||