public interface LinearTransform extends MathTransform(Code)
Interface for linear
MathTransform s. A linear transform can be express as an affine
transform using a
. The
is equals to the number of
plus 1,
and the
is equals to the number of
plus 1.
since: 2.0 version: $Id: LinearTransform.java 24510 2007-02-19 19:52:21Z desruisseaux $ author: Martin Desruisseaux
Method Summary
Matrix
getMatrix() Returns this transform as an affine transform matrix.
boolean
isIdentity(double tolerance) Tests whether this transform does not move any points, by using the provided
tolerance value.
Tests whether this transform does not move any points, by using the provided
tolerance value. The signification of tolerance value is
the same than in the following pseudo-code: