public class WallPlane extends Plane
| Modifier and Type | Field | Description |
|---|---|---|
protected P1WCAWall |
wallPotential |
| Constructor | Description |
|---|---|
WallPlane(Space space,
P1WCAWall wallPotential) |
| 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, waitdihedralAngle, E, getDistanceToOrigin, inPlane, invert, isPositiveSide, main, moveTo, setDistanceToOrigin, setIntercepts, setNormalPoint, setNormalVector, setThreePoints, setToCenter, setToInPlaneSquare, setToInPlaneSquare, setToInPlaneVectors, setToNearestPoint, setToNormalVector, xIntercept, yIntercept, zInterceptprotected final P1WCAWall wallPotential
public double distanceTo(Vector v)
PlanedistanceTo in class Plane