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 class
Positioned<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 interface
Point1D<Numerical extends Number>
A 2-dimensional point with coordinates of typeNumber
.interface
Point1DLike<Numerical extends Number>
A 2-dimensional point with coordinates of typeNumber
.interface
Point2D<Numerical extends Number>
A 2-dimensional point with coordinates of typeNumber
.interface
Point2DLike<Numerical extends Number>
A point with coordinates of typeNumber
that has a dimension of at least 2.Classes in de.xima.fc.common.geometry that implement Point Modifier and Type Class Description class
Point2DDouble
A 2D point with double precision coordinates.Methods in de.xima.fc.common.geometry that return Point Modifier and Type Method Description Point
Point. normalize()
Normalizes this point so that itslength
is 1.Point
Point. scale(byte scale)
Scales this point by the given ratio.Point
Point. scale(double scale)
Scales this point by the given ratio.Point
Point. scale(float scale)
Scales this point by the given ratio.Point
Point. scale(int scale)
Scales this point by the given ratio.Point
Point. scale(long scale)
Scales this point by the given ratio.Point
Point. scale(short scale)
Scales this point by the given ratio.
-