public class IPointCurlFieldGeo extends IPointFieldGeo
IFieldGeo.Decaydir, posbidirectional, constantIntensity, customDecay, decay, gaussDecay, intensity, linearDecay, noDecay, threshold| Constructor and Description |
|---|
IPointCurlFieldGeo(IVecI pos,
IVecI axis) |
| Modifier and Type | Method and Description |
|---|---|
IPointCurlFieldGeo |
bidirectional(boolean b)
if bidirectional is on, field force vector is flipped when velocity of particle is going opposite
|
IPointCurlFieldGeo |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used
|
IPointCurlFieldGeo |
gauss(double threshold)
alias of gaussianDecay
|
IPointCurlFieldGeo |
gaussian(double threshold)
alias of gaussianDecay
|
IPointCurlFieldGeo |
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 |
getForce(IVecI v,
IVecI orig)
get original field value out of curve parameter u
|
IPointCurlFieldGeo |
intensity(double i)
set output intensity
|
IPointCurlFieldGeo |
linear(double threshold)
alias of linearDecay
|
IPointCurlFieldGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero.
|
IPointCurlFieldGeo |
noDecay()
set no decay
|
IPointCurlFieldGeo |
threshold(double t)
set decay threshold
|
public IVecI getForce(IVecI v, IVecI orig)
IPointFieldGeogetForce in class IPointFieldGeopublic IPointCurlFieldGeo noDecay()
IPointFieldGeonoDecay in interface IFieldInoDecay in class IPointFieldGeopublic IPointCurlFieldGeo linearDecay(double threshold)
IPointFieldGeolinearDecay in interface IFieldIlinearDecay in class IPointFieldGeopublic IPointCurlFieldGeo linear(double threshold)
IFieldGeolinear in interface IFieldIlinear in class IPointFieldGeopublic IPointCurlFieldGeo gaussianDecay(double threshold)
IPointFieldGeogaussianDecay in interface IFieldIgaussianDecay in class IPointFieldGeopublic IPointCurlFieldGeo gaussian(double threshold)
IFieldGeogaussian in interface IFieldIgaussian in class IPointFieldGeopublic IPointCurlFieldGeo gauss(double threshold)
IFieldGeogauss in interface IFieldIgauss in class IPointFieldGeopublic IPointCurlFieldGeo constantIntensity(boolean b)
IFieldGeoconstantIntensity in interface IFieldIconstantIntensity in class IFieldGeopublic IPointCurlFieldGeo bidirectional(boolean b)
bidirectional in interface IFieldIbidirectional in class IFieldGeopublic IPointCurlFieldGeo threshold(double t)
IFieldGeothreshold in interface IFieldIthreshold in class IPointFieldGeopublic IPointCurlFieldGeo intensity(double i)
IFieldGeointensity in interface IFieldIintensity in class IPointFieldGeo