Uses of Enum
de.xima.fc.common.geometry.ECartesianAxis1D
Packages that use ECartesianAxis1D
-
Uses of ECartesianAxis1D in de.xima.fc.common.geometry
Subclasses with type arguments of type ECartesianAxis1D in de.xima.fc.common.geometryModifier and TypeClassDescriptionenumAn enumeration representing the two dimensions in a 1D cartesian coordinate system.Methods in de.xima.fc.common.geometry that return ECartesianAxis1DModifier and TypeMethodDescriptionstatic ECartesianAxis1DReturns the enum constant of this type with the specified name.static ECartesianAxis1D[]ECartesianAxis1D.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.common.geometry with parameters of type ECartesianAxis1DModifier and TypeMethodDescriptionPoint1D.coordinate(ECartesianAxis1D axis, Numerical coordinate) Point1DLike.coordinate(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis.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.coordinate(ECartesianAxis1D axis, Numerical coordinate) Point2DDouble.coordinate(ECartesianAxis1D axis) Point2DDouble.coordinate(ECartesianAxis1D axis, Double coordinate) Point2DLike.coordinate(ECartesianAxis1D axis, Numerical coordinate) Point1D.coordinateByte(ECartesianAxis1D axis, byte coordinate) default bytePoint1DLike.coordinateByte(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis, as a byte.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.coordinateByte(ECartesianAxis1D axis, byte coordinate) Point2DDouble.coordinateByte(ECartesianAxis1D axis, byte coordinate) Point2DLike.coordinateByte(ECartesianAxis1D axis, byte coordinate) Point1D.coordinateDouble(ECartesianAxis1D axis, double coordinate) default doublePoint1DLike.coordinateDouble(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis, as a double.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.coordinateDouble(ECartesianAxis1D axis, double coordinate) doublePoint2DDouble.coordinateDouble(ECartesianAxis1D axis) Point2DDouble.coordinateDouble(ECartesianAxis1D axis, double coordinate) Point2DLike.coordinateDouble(ECartesianAxis1D axis, double coordinate) Point1D.coordinateFloat(ECartesianAxis1D axis, float coordinate) default floatPoint1DLike.coordinateFloat(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis, as a float.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.coordinateFloat(ECartesianAxis1D axis, float coordinate) Point2DDouble.coordinateFloat(ECartesianAxis1D axis, float coordinate) Point2DLike.coordinateFloat(ECartesianAxis1D axis, float coordinate) Point1D.coordinateInt(ECartesianAxis1D axis, int coordinate) default intPoint1DLike.coordinateInt(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis, as an integer.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.coordinateInt(ECartesianAxis1D axis, int coordinate) Point2DDouble.coordinateInt(ECartesianAxis1D axis, int coordinate) Point2DLike.coordinateInt(ECartesianAxis1D axis, int coordinate) Point1D.coordinateLong(ECartesianAxis1D axis, long coordinate) default longPoint1DLike.coordinateLong(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis, as a long.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.coordinateLong(ECartesianAxis1D axis, long coordinate) Point2DDouble.coordinateLong(ECartesianAxis1D axis, long coordinate) Point2DLike.coordinateLong(ECartesianAxis1D axis, long coordinate) Point1D.coordinateShort(ECartesianAxis1D axis, short coordinate) default shortPoint1DLike.coordinateShort(ECartesianAxis1D axis) Gets the coordinate of this point on the given axis, as a short.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.coordinateShort(ECartesianAxis1D axis, short coordinate) Point2DDouble.coordinateShort(ECartesianAxis1D axis, short coordinate) Point2DLike.coordinateShort(ECartesianAxis1D axis, short coordinate) Rectangular1DLike.length(ECartesianAxis1D axis) Gets the length of the side along the specified axis.Rectangular2DDouble.length(ECartesianAxis1D axis) Rectangular2DLong.length(ECartesianAxis1D axis) default byteRectangular1DLike.lengthByte(ECartesianAxis1D axis) Gets the length of the side along the specified axis, as a byte.default doubleRectangular1DLike.lengthDouble(ECartesianAxis1D axis) Gets the length of the side along the specified axis, as a double.doubleRectangular2DDouble.lengthDouble(ECartesianAxis1D axis) default floatRectangular1DLike.lengthFloat(ECartesianAxis1D axis) Gets the length of the side along the specified axis, as a float.default intRectangular1DLike.lengthInt(ECartesianAxis1D axis) Gets the length of the side along the specified axis, as an int.default longRectangular1DLike.lengthLong(ECartesianAxis1D axis) Gets the length of the side along the specified axis, as a long.longRectangular2DLong.lengthLong(ECartesianAxis1D axis) default shortRectangular1DLike.lengthShort(ECartesianAxis1D axis) Gets the length of the side along the specified axis, as a short.