org.jcae.viewer3d.fd
Class PL02BranchGroup.SelectionEdge
java.lang.Object
org.jcae.viewer3d.fd.PL02BranchGroup.SelectionEdge
- Enclosing class:
- PL02BranchGroup
protected class PL02BranchGroup.SelectionEdge
- extends java.lang.Object
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
void |
updateColors(float[] colors,
int i)
|
void |
updateCoords(float[][] grid,
double[] coords,
int i)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PL02BranchGroup.SelectionEdge
public PL02BranchGroup.SelectionEdge(int[] end1,
int[] end2,
int groupIdx,
int edgeType)
updateColors
public void updateColors(float[] colors,
int i)
- Parameters:
colors - A color bufferi - The index in this buffer where to put the 12 components of
this quad
updateCoords
public void updateCoords(float[][] grid,
double[] coords,
int i)
- Parameters:
coords - A coordinate bufferi - The index in this buffer where to put the 12 components of
this quad
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object