j3d.examples.surfacer
Class Sweep2

java.lang.Object
  extended by j3d.examples.surfacer.Sweep2

public class Sweep2
extends java.lang.Object


Constructor Summary
Sweep2(java.util.Vector vRatios, java.util.Vector XP, java.util.Vector YP, float ScaleValue, javax.media.j3d.Appearance sweepAppearance)
           
 
Method Summary
 javax.media.j3d.Shape3D getChild()
           
 int getDim1()
           
 int getDim2()
           
 javax.media.j3d.QuadArray getQuadArray()
           
 float[] getVerts()
           
 void Scale(float xs, float ys, float zs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sweep2

public Sweep2(java.util.Vector vRatios,
              java.util.Vector XP,
              java.util.Vector YP,
              float ScaleValue,
              javax.media.j3d.Appearance sweepAppearance)
Method Detail

Scale

public void Scale(float xs,
                  float ys,
                  float zs)

getChild

public javax.media.j3d.Shape3D getChild()

getQuadArray

public javax.media.j3d.QuadArray getQuadArray()

getDim1

public int getDim1()

getDim2

public int getDim2()

getVerts

public float[] getVerts()