com.sun.j3d.utils.geometry.compression
Class GeneralizedVertexList.Vertex

java.lang.Object
  extended by com.sun.j3d.utils.geometry.compression.GeneralizedVertexList.Vertex
Enclosing class:
GeneralizedVertexList

 class GeneralizedVertexList.Vertex
extends java.lang.Object

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

flag

int flag

coord

Point3f coord

color3

Color3f color3

color4

Color4f color4

normal

Vector3f normal
Constructor Detail

GeneralizedVertexList.Vertex

GeneralizedVertexList.Vertex(Point3f p,
                             Vector3f n,
                             Color4f c,
                             int flag)


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.