Package | Description |
---|---|
net.imglib2.algorithm.kdtree |
Modifier and Type | Method and Description |
---|---|
static HyperPlane |
HyperPlane.transform(HyperPlane plane,
AffineGet transform)
Apply an
affine transformation to a HyperPlane . |
Modifier and Type | Method and Description |
---|---|
Collection<? extends HyperPlane> |
ConvexPolytope.getHyperplanes() |
Modifier and Type | Method and Description |
---|---|
void |
SplitHyperPlaneKDTree.split(HyperPlane plane) |
static HyperPlane |
HyperPlane.transform(HyperPlane plane,
AffineGet transform)
Apply an
affine transformation to a HyperPlane . |
Constructor and Description |
---|
ConvexPolytope(HyperPlane... hyperplanes) |
Constructor and Description |
---|
ConvexPolytope(Collection<? extends HyperPlane> hyperplanes) |
Copyright © 2015–2022 ImgLib2. All rights reserved.