Skip to content

Commit

Permalink
feat: make LinearCoordinateTransform invertible
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Jan 8, 2024
1 parent a53357d commit a656b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import net.imglib2.realtransform.AffineGet;

public interface LinearCoordinateTransform<T extends AffineGet> extends RealCoordinateTransform<T> {
public interface LinearCoordinateTransform<T extends AffineGet> extends RealCoordinateTransform<T>, InvertibleCoordinateTransform<T> {

@Override
public T getTransform();
Expand Down

0 comments on commit a656b24

Please sign in to comment.