org.jcae.viewer3d.fd.sd
Class WireY

java.lang.Object
  extended by org.jcae.viewer3d.fd.sd.Wire
      extended by org.jcae.viewer3d.fd.sd.WireY

public class WireY
extends Wire


Field Summary
 
Fields inherited from class org.jcae.viewer3d.fd.sd.Wire
max, min, position1, position2
 
Constructor Summary
WireY()
           
 
Method Summary
 float[] getCoordinates(float[][] grid)
           
 float[] getCoordinates(float[][] grid, int i)
           
 int[] getXYZGridIndices(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WireY

public WireY()
Method Detail

getCoordinates

public float[] getCoordinates(float[][] grid)
Specified by:
getCoordinates in class Wire

toString

public java.lang.String toString()
Specified by:
toString in class Wire

getCoordinates

public float[] getCoordinates(float[][] grid,
                              int i)
Specified by:
getCoordinates in class Wire

getXYZGridIndices

public int[] getXYZGridIndices(int i)
Specified by:
getXYZGridIndices in class Wire