All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----collage.kernel.TransUtil
public TransUtil()
public static boolean getLIColumnPermutation(Matrix m,
int perm[])
false - There is no linear independent permutationtrue - If there is such a linear indepdent permutation, then this is one.
public static void permutateColumns(Matrix m,
int perm[])
public static boolean testPointSequences(PointSequence s,
PointSequence t,
int length[])
true if successful.
public static boolean testTransformation(PointSequence s,
PointSequence t,
Transformation trans)
trans maps all points of s to the
corresponding points of t.
public static Transformation rotation2d(double rotAngle)
The generated transformation is a 3x3 MatrixTrans.
public static Transformation rotation3d(Point rotDir,
double rotAngle)
The generated transformation is a 4x4 MatrixTrans.
All Packages Class Hierarchy This Package Previous Next Index