|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IFieldGeo
igeo.IPointFieldGeo
igeo.IPointCurlFieldGeo
public class IPointCurlFieldGeo
Curl field defined by a point and an axis vector.
| 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 | |
|---|---|
IPointCurlFieldGeo(IVecI pos,
IVecI axis)
|
|
| Method Summary | |
|---|---|
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 |
| 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 IPointCurlFieldGeo(IVecI pos,
IVecI axis)
| Method Detail |
|---|
public IVecI getForce(IVecI v,
IVecI orig)
IPointFieldGeo
getForce in class IPointFieldGeopublic IPointCurlFieldGeo noDecay()
IPointFieldGeo
noDecay in interface IFieldInoDecay in class IPointFieldGeopublic IPointCurlFieldGeo linearDecay(double threshold)
IPointFieldGeo
linearDecay in interface IFieldIlinearDecay in class IPointFieldGeopublic IPointCurlFieldGeo linear(double threshold)
IFieldGeo
linear in interface IFieldIlinear in class IPointFieldGeopublic IPointCurlFieldGeo gaussianDecay(double threshold)
IPointFieldGeo
gaussianDecay in interface IFieldIgaussianDecay in class IPointFieldGeopublic IPointCurlFieldGeo gaussian(double threshold)
IFieldGeo
gaussian in interface IFieldIgaussian in class IPointFieldGeopublic IPointCurlFieldGeo gauss(double threshold)
IFieldGeo
gauss in interface IFieldIgauss in class IPointFieldGeopublic IPointCurlFieldGeo constantIntensity(boolean b)
IFieldGeo
constantIntensity in interface IFieldIconstantIntensity in class IFieldGeopublic IPointCurlFieldGeo bidirectional(boolean b)
bidirectional in interface IFieldIbidirectional in class IFieldGeopublic IPointCurlFieldGeo threshold(double t)
IFieldGeo
threshold in interface IFieldIthreshold in class IPointFieldGeopublic IPointCurlFieldGeo 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 | |||||||