|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IFieldGeo
igeo.IPointFieldGeo
igeo.IAttractorGeo
public class IAttractorGeo
Attractor field defined by a center point.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class igeo.IFieldGeo |
|---|
IFieldGeo.Decay |
| Field Summary |
|---|
| Fields inherited from class igeo.IPointFieldGeo |
|---|
dir, pos |
| Fields inherited from class igeo.IFieldGeo |
|---|
bidirectional, constantIntensity, decay, intensity, threshold |
| Constructor Summary | |
|---|---|
IAttractorGeo(IVecI p)
|
|
| Method Summary | |
|---|---|
IAttractorGeo |
bidirectional(boolean b)
if bidirectional is on, field force vector is flipped when velocity of particle is going opposite |
IAttractorGeo |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
IAttractorGeo |
gauss(double threshold)
alias of gaussianDecay |
IAttractorGeo |
gaussian(double threshold)
alias of gaussianDecay |
IAttractorGeo |
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 |
IAttractorGeo |
intensity(double i)
set output intensity |
IAttractorGeo |
linear(double threshold)
alias of linearDecay |
IAttractorGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero. |
IAttractorGeo |
noDecay()
set no decay |
IAttractorGeo |
threshold(double t)
set decay threshold |
| Methods inherited from class igeo.IPointFieldGeo |
|---|
del, dir, get, get, getForce, pos |
| Methods inherited from class igeo.IFieldGeo |
|---|
decay, intensity, threshold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface igeo.IFieldI |
|---|
intensity, threshold |
| Constructor Detail |
|---|
public IAttractorGeo(IVecI p)
| Method Detail |
|---|
public IVecI getForce(IVecI v,
IVecI orig)
IPointFieldGeo
getForce in class IPointFieldGeopublic IAttractorGeo noDecay()
IPointFieldGeo
noDecay in interface IFieldInoDecay in class IPointFieldGeopublic IAttractorGeo linearDecay(double threshold)
IPointFieldGeo
linearDecay in interface IFieldIlinearDecay in class IPointFieldGeopublic IAttractorGeo linear(double threshold)
IFieldGeo
linear in interface IFieldIlinear in class IPointFieldGeopublic IAttractorGeo gaussianDecay(double threshold)
IPointFieldGeo
gaussianDecay in interface IFieldIgaussianDecay in class IPointFieldGeopublic IAttractorGeo gaussian(double threshold)
IFieldGeo
gaussian in interface IFieldIgaussian in class IPointFieldGeopublic IAttractorGeo gauss(double threshold)
IFieldGeo
gauss in interface IFieldIgauss in class IPointFieldGeopublic IAttractorGeo constantIntensity(boolean b)
IFieldGeo
constantIntensity in interface IFieldIconstantIntensity in class IFieldGeopublic IAttractorGeo bidirectional(boolean b)
bidirectional in interface IFieldIbidirectional in class IFieldGeopublic IAttractorGeo threshold(double t)
IFieldGeo
threshold in interface IFieldIthreshold in class IPointFieldGeopublic IAttractorGeo intensity(double i)
IFieldGeo
intensity in interface IFieldIintensity in class IPointFieldGeo
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||