public class ConvexPolytope extends AbstractEuclideanSpace
n| Constructor and Description |
|---|
ConvexPolytope(Collection<? extends HyperPlane> hyperplanes) |
ConvexPolytope(HyperPlane... hyperplanes) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends HyperPlane> |
getHyperplanes() |
static ConvexPolytope |
transform(ConvexPolytope polytope,
AffineGet transform)
Apply an
affine transformation to a HyperPlane. |
numDimensionspublic ConvexPolytope(Collection<? extends HyperPlane> hyperplanes)
public ConvexPolytope(HyperPlane... hyperplanes)
public Collection<? extends HyperPlane> getHyperplanes()
public static ConvexPolytope transform(ConvexPolytope polytope, AffineGet transform)
affine transformation to a HyperPlane.polytope - a polytope.transform - affine transformation to apply to the polytope.Copyright © 2015–2022 ImgLib2. All rights reserved.