|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.plot3d.builder.delaunay.OrthonormalCoordinateValidator
public class OrthonormalCoordinateValidator
Constructor Summary | |
---|---|
OrthonormalCoordinateValidator(Coordinates coords)
|
Method Summary | |
---|---|
float[][] |
get_Z_as_fxy()
|
float[] |
getX()
|
float[] |
getY()
|
float[] |
getZ()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrthonormalCoordinateValidator(Coordinates coords)
an
- IllegalArgumentException: Any multiple occurrences in x and y
are removed internally. If subsequently the length of x or y
differs from z an IllegalArgumentException is thrown.Method Detail |
---|
public float[][] get_Z_as_fxy()
get_Z_as_fxy
in interface CoordinateValidator
public float[] getX()
getX
in interface CoordinateValidator
public float[] getY()
getY
in interface CoordinateValidator
public float[] getZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |