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