|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.arbaro.mesh.Face
public final class Face
A class holding three points forming a triangular face (of a mesh).
Field Summary | |
---|---|
long[] |
points
|
Constructor Summary | |
---|---|
Face(long i,
long j,
long k)
|
|
Face(long i,
long j,
long k,
long m)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long[] points
Constructor Detail |
---|
public Face(long i, long j, long k)
public Face(long i, long j, long k, long m)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |