public class IPlaneFieldGeo extends IFieldGeo implements I3DFieldI
IFieldGeo.Decay| Modifier and Type | Field and Description |
|---|---|
IVecI |
nml |
IVecI |
pos |
bidirectional, constantIntensity, customDecay, decay, gaussDecay, intensity, linearDecay, noDecay, threshold| Constructor and Description |
|---|
IPlaneFieldGeo(IVecI p,
IVecI n) |
| Modifier and Type | Method and Description |
|---|---|
void |
del() |
IPlaneFieldGeo |
gauss(double threshold)
alias of gaussianDecay
|
IPlaneFieldGeo |
gaussian(double threshold)
alias of gaussianDecay
|
IPlaneFieldGeo |
gaussianDecay(double threshold)
set Gaussian decay; Threshold is used as double of standard deviation (when distance is eqaul to threshold, output is 13.5% of original).
|
IVecI |
get(IVecI v)
get 3D vector field value
|
IVecI |
get(IVecI pt,
IVecI vel)
get 3D vector field value
|
IVecI |
getForce(IVecI v)
get original field value out of curve parameter u
|
IVecI |
getForce(IVecI v,
IVecI vel)
get original field value out of curve parameter u
|
IPlaneFieldGeo |
intensity(double i)
set output intensity
|
IPlaneFieldGeo |
linear(double threshold)
alias of linearDecay
|
IPlaneFieldGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero.
|
IVec |
nml() |
IPlaneFieldGeo |
noDecay()
set no decay
|
IVec |
pos() |
IPlaneFieldGeo |
threshold(double t)
set decay threshold
|
bidirectional, constantIntensity, decay, decay, intensity, thresholdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbidirectional, constantIntensity, decay, intensity, thresholdpublic IVecI getForce(IVecI v, IVecI vel)
public IVec pos()
public IVec nml()
public IPlaneFieldGeo noDecay()
public IPlaneFieldGeo linearDecay(double threshold)
linearDecay in interface IFieldIlinearDecay in class IFieldGeopublic IPlaneFieldGeo linear(double threshold)
IFieldGeopublic IPlaneFieldGeo gaussianDecay(double threshold)
gaussianDecay in interface IFieldIgaussianDecay in class IFieldGeopublic IPlaneFieldGeo gaussian(double threshold)
IFieldGeopublic IPlaneFieldGeo gauss(double threshold)
IFieldGeopublic IPlaneFieldGeo threshold(double t)
IFieldGeopublic IPlaneFieldGeo intensity(double i)
IFieldGeo