|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.structures.ElementWithIndex
at.tuwien.ifs.somtoolbox.structures.DoubleVector2D
public class DoubleVector2D
Field Summary | |
---|---|
(package private) double[] |
vector
|
Fields inherited from class at.tuwien.ifs.somtoolbox.structures.ElementWithIndex |
---|
index, label |
Constructor Summary | |
---|---|
DoubleVector2D(double[] vector)
|
|
DoubleVector2D(double[] vector,
int index)
|
|
DoubleVector2D(double[] vector,
int index,
String label)
|
Method Summary | |
---|---|
double |
get(int index)
|
int |
getLength()
|
double[] |
getPoints()
|
Methods inherited from class at.tuwien.ifs.somtoolbox.structures.ElementWithIndex |
---|
getIndex, getLabel, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
double[] vector
Constructor Detail |
---|
public DoubleVector2D(double[] vector)
public DoubleVector2D(double[] vector, int index)
public DoubleVector2D(double[] vector, int index, String label)
Method Detail |
---|
public double get(int index)
public double[] getPoints()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |