|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.alsUtility.Brick3d
gov.nasa.alsUtility.Brick3dWithSegments
Field Summary |
Fields inherited from class gov.nasa.alsUtility.Brick3d |
intervals |
Constructor Summary | |
Brick3dWithSegments(Brick3d corners,
int[] numberOfSegments)
NOTE: the segments are created here and never updated, even if you change the brick |
Method Summary | |
protected double[] |
createSegmentCoordinates(DoubleInterval interval,
int numberOfSegments)
|
void |
expandByAddition(double expandBy)
|
double[] |
getSegmentCoordinates(int i)
|
Methods inherited from class gov.nasa.alsUtility.Brick3d |
expandToInclude, getBottomCornerPoint, getInterval, getSideLength, getTopCornerPoint, isInside, nearlyEqual, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Brick3dWithSegments(Brick3d corners, int[] numberOfSegments)
Method Detail |
protected double[] createSegmentCoordinates(DoubleInterval interval, int numberOfSegments)
public double[] getSegmentCoordinates(int i)
public void expandByAddition(double expandBy)
expandByAddition
in class Brick3d
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |