Uses of Interface
de.xima.fc.common.geometry.Point1DLike
Packages that use Point1DLike
-
Uses of Point1DLike in de.xima.fc.common.geometry
Subinterfaces of Point1DLike in de.xima.fc.common.geometryModifier and TypeInterfaceDescriptioninterfaceA 2-dimensional point with coordinates of typeNumber.interfaceA 2-dimensional point with coordinates of typeNumber.interfacePoint2DLike<Numerical extends Number>A point with coordinates of typeNumberthat has a dimension of at least 2.Classes in de.xima.fc.common.geometry that implement Point1DLikeModifier and TypeClassDescriptionfinal classA 2D point with double precision coordinates.Methods in de.xima.fc.common.geometry that return Point1DLikeModifier and TypeMethodDescriptionPoint1DLike.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.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.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.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.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.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.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.Point1DLike.normalize()Point1DLike.scale(byte scale) Point1DLike.scale(double scale) Point1DLike.scale(float scale) Point1DLike.scale(int scale) Point1DLike.scale(long scale) Point1DLike.scale(short scale) Returns a point with the x coordinate set to the given value, while keeping other coordinates unchanged.Point1DLike.xByte(byte x) Returns a point with the x coordinate set to the given byte value, while keeping other coordinates unchanged.Point1DLike.xDouble(double x) Returns a point with the x coordinate set to the given double value, while keeping other coordinates unchanged.Point1DLike.xFloat(float x) Returns a point with the x coordinate set to the given float value, while keeping other coordinates unchanged.Point1DLike.xInt(int x) Returns a point with the x coordinate set to the given int value, while keeping other coordinates unchanged.Point1DLike.xLong(long x) Returns a point with the x coordinate set to the given long value, while keeping other coordinates unchanged.Point1DLike.xShort(short x) Returns a point with the x coordinate set to the given short value, while keeping other coordinates unchanged.Methods in de.xima.fc.common.geometry with parameters of type Point1DLikeModifier and TypeMethodDescriptionPoint1D.translateBy(Point1DLike<Numerical> delta) Translates the point by a given delta.