|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.math.Interpolator2D.Point
public static class Interpolator2D.Point extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
x
|
double |
y
|
double |
z
|
| Constructor and Description |
|---|
Interpolator2D.Point(double x,
double y,
double z)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final double x
public final double y
public final double z
| Constructor Detail |
|---|
public Interpolator2D.Point(double x,
double y,
double z)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||