public class PointWeighted extends Point
Constructor and Description |
---|
PointWeighted(double[] coords,
double w)
Construct a weighted point with the specified coordinates.
|
PointWeighted(double x,
double y,
double z,
double w)
Construct a weighted point with the specified coordinates.
|
PointWeighted(PointWeighted p)
Construct a weighted point that is a clone of p.
|
PointWeighted(Sphere s)
Construct a weighted point with the center of the sphere as its coordinates and with
the square of its radius as weight.
|
Modifier and Type | Method and Description |
---|---|
double |
getWeight() |
add, add, add, addThis, addThis, clone, collinear, coplanar, distance, distanceSquared, dominates, dominates, dot, dot, equals, equals, getAngle, getBisector, getCenter, getCircumCenter, getCosDihedralAngle, getDihedralAngle, getDimension, getEquilateralCircle, getEquilateralPoint, getEquilateralPoints, getMidpoint, getPoint, getSteinerPoint, inSphere, orientation, orientation, polarAngleCosZ, polarAngleSinZ, reflectThroughOrigoThis, rotation, rotationCCW, rotationCW, scaleThis, setX, setY, setZ, subtract, subtract, subtractThis, subtractThis, swap, toConsole, toConsole, toString, toString, toVector, translateThis, translateThis, vectorTo, x, y, z
add, addThis, distance, distance, distanceSquared, distanceSquared, distanceSquaredXY, distanceXY, dot, fill, get, getCoord, getCoords, getDimensions, getRandomPoint, multiplyThis, polarAngleCosXY, polarAngleSinXY, polarAngleXY, set, set, setCoord, setCoord, vectorTo
public PointWeighted(double x, double y, double z, double w)
public PointWeighted(double[] coords, double w)
public PointWeighted(PointWeighted p)
public PointWeighted(Sphere s)