|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.sun.interpolators.CompositeInterpolator3D
public class CompositeInterpolator3D
Comibnes three Interpolator1D objects and allows for acces to iterated points through a Point3f object.
| Field Summary | |
|---|---|
(package private) Interpolator1D |
x
|
(package private) Interpolator1D |
y
|
(package private) Interpolator1D |
z
|
| Constructor Summary | |
|---|---|
CompositeInterpolator3D(Interpolator1D x,
Interpolator1D y,
Interpolator1D z)
|
|
| Method Summary | |
|---|---|
javax.vecmath.Point3f |
get(float value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Interpolator1D x
Interpolator1D y
Interpolator1D z
| Constructor Detail |
|---|
public CompositeInterpolator3D(Interpolator1D x,
Interpolator1D y,
Interpolator1D z)
| Method Detail |
|---|
public javax.vecmath.Point3f get(float value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||