|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jocl.cloth.FaceData
class FaceData
A plain structure holding the data of a set of faces
| Field Summary | |
|---|---|
(package private) int[] |
faceVertexIndices
The vertex indices of each face. |
(package private) int |
numFaces
The number of faces (triangles). |
| Constructor Summary | |
|---|---|
FaceData()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
int numFaces
int[] faceVertexIndices
faceVertexIndices[faceIndex*3+0] = face.vertexIndex0; faceVertexIndices[faceIndex*3+1] = face.vertexIndex1; faceVertexIndices[faceIndex*3+2] = face.vertexIndex2; where faceIndex = 0...numFaces-1
| Constructor Detail |
|---|
FaceData()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||