We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b5356 commit 51cae70Copy full SHA for 51cae70
src/main/java/net/imglib2/algorithm/kdtree/ConvexPolytope.java
@@ -65,6 +65,7 @@ public ConvexPolytope( final HyperPlane... hyperplanes )
65
/**
66
* Apply an {@link AffineGet affine transformation} to a {@link HyperPlane}.
67
*
68
+ * @implNote op name='transform', type='java.util.function.BiFunction'
69
* @param polytope
70
* a polytope.
71
* @param transform
src/main/java/net/imglib2/algorithm/kdtree/HyperPlane.java
@@ -74,6 +74,7 @@ public double getDistance()
74
75
76
77
78
* @param plane
79
* a plane.
80
0 commit comments