public class HyperPlane extends AbstractEuclideanSpace
n| Constructor and Description |
|---|
HyperPlane(double... normalAndDistance) |
HyperPlane(double[] normal,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
double[] |
getNormal() |
static HyperPlane |
transform(HyperPlane plane,
AffineGet transform)
Apply an
affine transformation to a HyperPlane. |
numDimensionspublic HyperPlane(double[] normal,
double distance)
public HyperPlane(double... normalAndDistance)
public double[] getNormal()
public double getDistance()
public static HyperPlane transform(HyperPlane plane, AffineGet transform)
affine transformation to a HyperPlane.plane - a plane.transform - affine transformation to apply to the plane.Copyright © 2015–2022 ImgLib2. All rights reserved.