|
||||||||||
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.ComponentLine3D
public class ComponentLine3D
We desperately needed a 3D version of this.
Field Summary | |
---|---|
private Point3d[] |
points
|
Fields inherited from class at.tuwien.ifs.somtoolbox.structures.ElementWithIndex |
---|
index, label |
Constructor Summary | |
---|---|
ComponentLine3D(Point3d[] points)
|
|
ComponentLine3D(Point3d[] points,
Integer index)
|
Method Summary | |
---|---|
Point3d |
get(int index)
|
int |
getLength()
|
Point3d[] |
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 |
---|
private Point3d[] points
Constructor Detail |
---|
public ComponentLine3D(Point3d[] points)
public ComponentLine3D(Point3d[] points, Integer index)
Method Detail |
---|
public Point3d get(int index)
public Point3d[] getPoints()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |