Skip to content

Commit 51cae70

Browse files
committed
Opify kdtree package
1 parent 76b5356 commit 51cae70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/net/imglib2/algorithm/kdtree/ConvexPolytope.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public ConvexPolytope( final HyperPlane... hyperplanes )
6565
/**
6666
* Apply an {@link AffineGet affine transformation} to a {@link HyperPlane}.
6767
*
68+
* @implNote op name='transform', type='java.util.function.BiFunction'
6869
* @param polytope
6970
* a polytope.
7071
* @param transform

src/main/java/net/imglib2/algorithm/kdtree/HyperPlane.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public double getDistance()
7474
/**
7575
* Apply an {@link AffineGet affine transformation} to a {@link HyperPlane}.
7676
*
77+
* @implNote op name='transform', type='java.util.function.BiFunction'
7778
* @param plane
7879
* a plane.
7980
* @param transform

0 commit comments

Comments
 (0)