Uses of Interface
de.xima.fc.common.geometry.Point
-
Packages that use Point Package Description de.xima.fc.common.geometry -
-
Uses of Point in de.xima.fc.common.geometry
Classes in de.xima.fc.common.geometry with type parameters of type Point Modifier and Type Class Description classPositioned<Item,Position extends Point>Represents an item that has a position.Subinterfaces of Point in de.xima.fc.common.geometry Modifier and Type Interface Description interfacePoint1D<Numerical extends Number>A 2-dimensional point with coordinates of typeNumber.interfacePoint1DLike<Numerical extends Number>A 2-dimensional point with coordinates of typeNumber.interfacePoint2D<Numerical extends Number>A 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 Point Modifier and Type Class Description classPoint2DDoubleA 2D point with double precision coordinates.Methods in de.xima.fc.common.geometry that return Point Modifier and Type Method Description PointPoint. normalize()Normalizes this point so that itslengthis 1.PointPoint. scale(byte scale)Scales this point by the given ratio.PointPoint. scale(double scale)Scales this point by the given ratio.PointPoint. scale(float scale)Scales this point by the given ratio.PointPoint. scale(int scale)Scales this point by the given ratio.PointPoint. scale(long scale)Scales this point by the given ratio.PointPoint. scale(short scale)Scales this point by the given ratio.
-