|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jzy3d.maths.PolygonArray
public class PolygonArray
| Field Summary | |
|---|---|
float[] |
x
|
float[] |
y
|
float[] |
z
|
| Constructor Summary | |
|---|---|
PolygonArray(float[] x,
float[] y,
float[] z)
|
|
| Method Summary | |
|---|---|
Coord3d |
getBarycentre()
|
int |
length()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float[] x
public float[] y
public float[] z
| Constructor Detail |
|---|
public PolygonArray(float[] x,
float[] y,
float[] z)
| Method Detail |
|---|
public int length()
public Coord3d getBarycentre()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||