public class Transforms extends Object
CoordinateTransform
and related interfaces, but well---this is Java
where multiple inheritance is considered evil...Modifier and Type | Method and Description |
---|---|
static boolean |
isIdentity(CoordinateTransform t,
Iterable<Point> points,
double tolerance)
Check if a
CoordinateTransform is the identity transform with
respect to a set of Points and a given tolerance. |
public static boolean isIdentity(CoordinateTransform t, Iterable<Point> points, double tolerance)
CoordinateTransform
is the identity transform with
respect to a set of Points
and a given tolerance.t
- points
- tolerance
- Copyright © 2015–2021 Fiji. All rights reserved.