|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.dev.joode.geom.TriMesh.TriangleData
public static class TriMesh.TriangleData
Encapsulates working information about a triangle.
| Field Summary | |
|---|---|
TriMesh.TrianglePlanes |
planes
The triangle's face and edge planes. |
Point3f[] |
vertices
The coordinates of the triangle's vertices, in CCW order. |
| Constructor Summary | |
|---|---|
TriMesh.TriangleData()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Point3f[] vertices
public TriMesh.TrianglePlanes planes
| Constructor Detail |
|---|
public TriMesh.TriangleData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||