|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.geometry.compression.GeneralizedVertexList.Vertex
class GeneralizedVertexList.Vertex
A class with fields corresponding to all the data that can be bundled with the vertices of generalized strips.
Field Summary | |
---|---|
(package private) Color3f |
color3
|
(package private) Color4f |
color4
|
(package private) Point3f |
coord
|
(package private) int |
flag
|
(package private) Vector3f |
normal
|
Constructor Summary | |
---|---|
GeneralizedVertexList.Vertex(Point3f p,
Vector3f n,
Color4f c,
int flag)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int flag
Point3f coord
Color3f color3
Color4f color4
Vector3f normal
Constructor Detail |
---|
GeneralizedVertexList.Vertex(Point3f p, Vector3f n, Color4f c, int flag)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |