public class QuadraturePoint extends Point3d
Modifier and Type | Field and Description |
---|---|
double |
w |
NEGATIVE_INFINITY, POSITIVE_INFINITY, ZERO
NEG_X_UNIT, NEG_Y_UNIT, NEG_Z_UNIT, ONES, x, X_UNIT, y, Y_UNIT, z, Z_UNIT
Constructor and Description |
---|
QuadraturePoint(double[] coords) |
QuadraturePoint(double[] coords,
double weight) |
QuadraturePoint(double r,
double s,
double t) |
QuadraturePoint(double r,
double s,
double t,
double w) |
QuadraturePoint(QuadraturePoint qp) |
QuadraturePoint(Vector3d coords,
double w) |
QuadraturePoint(Vector4d coords) |
Modifier and Type | Method and Description |
---|---|
QuadraturePoint |
clone() |
static QuadraturePoint[] |
convert(double[][] coords) |
static double[] |
toArray(QuadraturePoint qp) |
java.lang.String |
toString()
Returns a String representation of this vector, using the default format
returned by
getDefaultFormat . |
inverseTransform, inverseTransform, transform, transform
absolute, absolute, add, add, add, addObj, angle, angleWeightedCross, angleWeightedCrossAdd, combine, cross, cross, crossAdd, distance, distanceSquared, dot, epsilonEquals, equals, get, get, get, get, get, greater, greaterEquals, hermiteInterpolate, hermiteVelocity, infinityNorm, interpolate, interpolate, inverseTransform, inverseTransform, main, max, maxAbsIndex, maxElement, min, minAbsIndex, minElement, mul, mulAdd, mulTranspose, mulTransposeAdd, negate, negate, norm, normalize, normalize, normSquared, oneNorm, perpendicular, scale, scale, scale, scaledAdd, scaledAdd, scaledAddObj, scaleObj, scan, set, set, set, set, set, set, set, set, setFromHomogeneous, setRandom, setRandom, setRandom, setZero, size, sort, sort, sortAbsolute, sub, sub, transform, transform, triangleArea, updateBounds, write
containsNaN, copy, copyAndAdd, copyAndNegate, copyAndScale, copyAndSub, copyAndSubLeft, dot, epsilonEquals, equals, get, getDefaultFormat, hasInf, hasNaN, isColumnVectorStringsVertical, isFixedSize, isRowVector, isWritable, scan, set, set, setColumnVectorStringsVertical, setDefaultFormat, setRowVector, setSize, toString, toString, write, write, writeToFile
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getThreeVectorValue
isWritable, scan, write
public QuadraturePoint(double[] coords)
public QuadraturePoint(double r, double s, double t)
public QuadraturePoint(double[] coords, double weight)
public QuadraturePoint(double r, double s, double t, double w)
public QuadraturePoint(Vector3d coords, double w)
public QuadraturePoint(Vector4d coords)
public QuadraturePoint(QuadraturePoint qp)
public QuadraturePoint clone()
public java.lang.String toString()
VectorBase
getDefaultFormat
.toString
in class VectorBase
VectorBase.toString(String)
public static QuadraturePoint[] convert(double[][] coords)
public static double[] toArray(QuadraturePoint qp)