Package georegression.transform
Class InvertibleTransformSequence<T extends InvertibleTransform>
java.lang.Object
georegression.transform.InvertibleTransformSequence<T>
Given a sequence of InvertibleTransform transforms it will compute a single
equivalent transform.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTransform(boolean forward, T tran) Adds the next transform in the sequence.voidclear()Clears the sequence of transform.voidcomputeTransform(T result) getPath()
-
Constructor Details
-
InvertibleTransformSequence
public InvertibleTransformSequence()
-
-
Method Details
-
addTransform
Adds the next transform in the sequence.- Parameters:
forward- Does the transform work in the forward or reverse direction.tran- The transform.
-
clear
public void clear()Clears the sequence of transform. -
computeTransform
-
getPath
-