|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IFieldGeo
igeo.IPlaneFieldGeo
public class IPlaneFieldGeo
3D vector filed defined by a plane.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class igeo.IFieldGeo |
|---|
IFieldGeo.Decay |
| Field Summary | |
|---|---|
IVecI |
nml
|
IVecI |
pos
|
| Fields inherited from class igeo.IFieldGeo |
|---|
bidirectional, constantIntensity, customDecay, decay, gaussDecay, intensity, linearDecay, noDecay, threshold |
| Constructor Summary | |
|---|---|
IPlaneFieldGeo(IVecI p,
IVecI n)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class igeo.IFieldGeo |
|---|
bidirectional, constantIntensity, decay, 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 |
|---|
bidirectional, constantIntensity, decay, intensity, threshold |
| Field Detail |
|---|
public IVecI pos
public IVecI nml
| Constructor Detail |
|---|
public IPlaneFieldGeo(IVecI p,
IVecI n)
| Method Detail |
|---|
public IVecI getForce(IVecI v)
public IVecI getForce(IVecI v,
IVecI vel)
public IVecI get(IVecI v)
get in interface I3DFieldIget in interface IFieldI
public IVecI get(IVecI pt,
IVecI vel)
get in interface I3DFieldIget in interface IFieldIpublic IVec pos()
public IVec nml()
public IPlaneFieldGeo noDecay()
noDecay in interface IFieldInoDecay in class IFieldGeopublic IPlaneFieldGeo linearDecay(double threshold)
linearDecay in interface IFieldIlinearDecay in class IFieldGeopublic IPlaneFieldGeo linear(double threshold)
IFieldGeo
linear in interface IFieldIlinear in class IFieldGeopublic IPlaneFieldGeo gaussianDecay(double threshold)
gaussianDecay in interface IFieldIgaussianDecay in class IFieldGeopublic IPlaneFieldGeo gaussian(double threshold)
IFieldGeo
gaussian in interface IFieldIgaussian in class IFieldGeopublic IPlaneFieldGeo gauss(double threshold)
IFieldGeo
gauss in interface IFieldIgauss in class IFieldGeopublic IPlaneFieldGeo threshold(double t)
IFieldGeo
threshold in interface IFieldIthreshold in class IFieldGeopublic IPlaneFieldGeo intensity(double i)
IFieldGeo
intensity in interface IFieldIintensity in class IFieldGeopublic void del()
del in interface IFieldI
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||