Point1D<Numerical> |
Point1D.coordinate(ECartesianAxis1D axis,
Numerical coordinate) |
|
Numerical |
Point1DLike.coordinate(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis.
|
Point1DLike<Numerical> |
Point1DLike.coordinate(ECartesianAxis1D axis,
Numerical coordinate) |
Gets a point with the coordinate on the given axis set to the given value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinate(ECartesianAxis1D axis,
Numerical coordinate) |
|
Double |
Point2DDouble.coordinate(ECartesianAxis1D axis) |
|
Point2DDouble |
Point2DDouble.coordinate(ECartesianAxis1D axis,
Double coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinate(ECartesianAxis1D axis,
Numerical coordinate) |
|
Point1D<Numerical> |
Point1D.coordinateByte(ECartesianAxis1D axis,
byte coordinate) |
|
default byte |
Point1DLike.coordinateByte(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis, as a byte.
|
Point1DLike<Numerical> |
Point1DLike.coordinateByte(ECartesianAxis1D axis,
byte coordinate) |
Gets a point with the coordinate on the given axis set to the given byte value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinateByte(ECartesianAxis1D axis,
byte coordinate) |
|
Point2DDouble |
Point2DDouble.coordinateByte(ECartesianAxis1D axis,
byte coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinateByte(ECartesianAxis1D axis,
byte coordinate) |
|
Point1D<Numerical> |
Point1D.coordinateDouble(ECartesianAxis1D axis,
double coordinate) |
|
default double |
Point1DLike.coordinateDouble(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis, as a double.
|
Point1DLike<Numerical> |
Point1DLike.coordinateDouble(ECartesianAxis1D axis,
double coordinate) |
Gets a point with the coordinate on the given axis set to the given double value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinateDouble(ECartesianAxis1D axis,
double coordinate) |
|
double |
Point2DDouble.coordinateDouble(ECartesianAxis1D axis) |
|
Point2DDouble |
Point2DDouble.coordinateDouble(ECartesianAxis1D axis,
double coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinateDouble(ECartesianAxis1D axis,
double coordinate) |
|
Point1D<Numerical> |
Point1D.coordinateFloat(ECartesianAxis1D axis,
float coordinate) |
|
default float |
Point1DLike.coordinateFloat(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis, as a float.
|
Point1DLike<Numerical> |
Point1DLike.coordinateFloat(ECartesianAxis1D axis,
float coordinate) |
Gets a point with the coordinate on the given axis set to the given float value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinateFloat(ECartesianAxis1D axis,
float coordinate) |
|
Point2DDouble |
Point2DDouble.coordinateFloat(ECartesianAxis1D axis,
float coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinateFloat(ECartesianAxis1D axis,
float coordinate) |
|
Point1D<Numerical> |
Point1D.coordinateInt(ECartesianAxis1D axis,
int coordinate) |
|
default int |
Point1DLike.coordinateInt(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis, as an integer.
|
Point1DLike<Numerical> |
Point1DLike.coordinateInt(ECartesianAxis1D axis,
int coordinate) |
Gets a point with the coordinate on the given axis set to the given int value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinateInt(ECartesianAxis1D axis,
int coordinate) |
|
Point2DDouble |
Point2DDouble.coordinateInt(ECartesianAxis1D axis,
int coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinateInt(ECartesianAxis1D axis,
int coordinate) |
|
Point1D<Numerical> |
Point1D.coordinateLong(ECartesianAxis1D axis,
long coordinate) |
|
default long |
Point1DLike.coordinateLong(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis, as a long.
|
Point1DLike<Numerical> |
Point1DLike.coordinateLong(ECartesianAxis1D axis,
long coordinate) |
Gets a point with the coordinate on the given axis set to the given long value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinateLong(ECartesianAxis1D axis,
long coordinate) |
|
Point2DDouble |
Point2DDouble.coordinateLong(ECartesianAxis1D axis,
long coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinateLong(ECartesianAxis1D axis,
long coordinate) |
|
Point1D<Numerical> |
Point1D.coordinateShort(ECartesianAxis1D axis,
short coordinate) |
|
default short |
Point1DLike.coordinateShort(ECartesianAxis1D axis) |
Gets the coordinate of this point on the given axis, as a short.
|
Point1DLike<Numerical> |
Point1DLike.coordinateShort(ECartesianAxis1D axis,
short coordinate) |
Gets a point with the coordinate on the given axis set to the given short value, while keeping other coordinates
unchanged.
|
Point2D<Numerical> |
Point2D.coordinateShort(ECartesianAxis1D axis,
short coordinate) |
|
Point2DDouble |
Point2DDouble.coordinateShort(ECartesianAxis1D axis,
short coordinate) |
|
Point2DLike<Numerical> |
Point2DLike.coordinateShort(ECartesianAxis1D axis,
short coordinate) |
|
Numerical |
Rectangular1DLike.length(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis.
|
Double |
Rectangular2DDouble.length(ECartesianAxis1D axis) |
|
default byte |
Rectangular1DLike.lengthByte(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis, as a byte.
|
default double |
Rectangular1DLike.lengthDouble(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis, as a double.
|
double |
Rectangular2DDouble.lengthDouble(ECartesianAxis1D axis) |
|
default float |
Rectangular1DLike.lengthFloat(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis, as a float.
|
default int |
Rectangular1DLike.lengthInt(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis, as an int.
|
default long |
Rectangular1DLike.lengthLong(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis, as a long.
|
default short |
Rectangular1DLike.lengthShort(ECartesianAxis1D axis) |
Gets the length of the side along the specified axis, as a short.
|