-
void
AbstractPointTranslator.transform(double[] transformedLocation,
double... targetLocation)
Transform the given targetLocation according to default moveTo semantics.
void
AbstractPointTranslator.transform(NdPoint transformedLocation,
double... targetLocation)
Transform the given targetLocation according to default moveTo semantics.
-
void
AbstractGridPointTranslator.transform(int[] transformedLocation,
int... targetLocation)
Transform the given targetLocation according to default moveTo semantics.
void
AbstractGridPointTranslator.transform(GridPoint transformedLocation,
int... targetLocation)
Transform the given targetLocation according to default moveTo semantics.
void
GridPointTranslator.transform(int[] transformedLocation,
int... targetLocation)
Transform the given targetLocation according to this GridPointTranslator's semantics.
void
Transform the given targetLocation according to this GridPointTranslator's semantics.
void
WrapAroundBorders.transform(int[] transformedLocation,
int... targetLocation)
Transform the given targetLocation according to periodic "wrapped" semantics.
void
Transform the given targetLocation according to periodic "wrapped" semantics.