RasPoint |
RasPoint.add(RasPoint pt) |
Method for vector addition.
|
int |
RasPoint.comparedWith(RasPoint p) |
Compares this point to another point.
|
int |
RasMInterval.covers(RasPoint pnt) |
Method for testing if this interval covers the given point.
|
RasMInterval |
RasMInterval.createTranslation(RasPoint t) |
This method returns a new MInterval resulting from a translation of the current
MInterval by the given point.
|
boolean |
RasPoint.equals(RasPoint pt) |
Method for testing equality of two points. Two points are equal
if they have the same dimensionality and identic values in each dimension.
|
byte |
RasMArrayByte.getByte(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasGMArray.getCell(RasPoint point) |
Reads a cell of the MDD.
|
byte[] |
RasMArrayByte.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayDouble.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayFloat.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayInteger.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayLong.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayShort.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
double |
RasMArrayDouble.getDouble(RasPoint point) |
subscript operator for read access of a cell.
|
float |
RasMArrayFloat.getFloat(RasPoint point) |
subscript operator for read access of a cell.
|
int |
RasMArrayInteger.getInt(RasPoint point) |
subscript operator for read access of a cell.
|
long |
RasMArrayLong.getLong(RasPoint point) |
subscript operator for read access of a cell.
|
int |
RasMArrayShort.getShort(RasPoint point) |
subscript operator for read access of a cell.
|
RasPoint |
RasPoint.mult(RasPoint pt) |
Method for vector multiplication.
|
boolean |
RasPoint.notEquals(RasPoint pt) |
Method for testing inequality.
|
RasPoint |
RasPoint.setTo(RasPoint pt) |
This method copies the values of the given point to the current point.
|
RasMInterval |
RasMInterval.translate(RasPoint t) |
This methods translates the current MInterval by a point.
|