public class PistonPlane extends Plane
Modifier and Type | Field | Description |
---|---|---|
protected P1HardMovingBoundary |
pistonPotential |
Constructor | Description |
---|---|
PistonPlane(Space space,
P1HardMovingBoundary pistonPotential) |
Modifier and Type | Method | Description |
---|---|---|
double |
distanceTo(Vector v) |
Perpendicular distance from the plane to the given point.
|
double |
getA() |
|
double |
getB() |
|
double |
getC() |
|
double |
getD() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dihedralAngle, E, getDistanceToOrigin, inPlane, invert, isPositiveSide, main, moveTo, setDistanceToOrigin, setIntercepts, setNormalPoint, setNormalVector, setThreePoints, setToCenter, setToInPlaneSquare, setToInPlaneSquare, setToInPlaneVectors, setToNearestPoint, setToNormalVector, xIntercept, yIntercept, zIntercept
protected final P1HardMovingBoundary pistonPotential
public PistonPlane(Space space, P1HardMovingBoundary pistonPotential)
public double distanceTo(Vector v)
Plane
distanceTo
in class Plane