|
||||||||
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, decay, intensity, 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, 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, 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 I3DFieldI
get
in interface IFieldI
public IVecI get(IVecI pt, IVecI vel)
get
in interface I3DFieldI
get
in interface IFieldI
public IVec pos()
public IVec nml()
public IPlaneFieldGeo noDecay()
noDecay
in interface IFieldI
noDecay
in class IFieldGeo
public IPlaneFieldGeo linearDecay(double threshold)
linearDecay
in interface IFieldI
linearDecay
in class IFieldGeo
public IPlaneFieldGeo linear(double threshold)
IFieldGeo
linear
in interface IFieldI
linear
in class IFieldGeo
public IPlaneFieldGeo gaussianDecay(double threshold)
gaussianDecay
in interface IFieldI
gaussianDecay
in class IFieldGeo
public IPlaneFieldGeo gaussian(double threshold)
IFieldGeo
gaussian
in interface IFieldI
gaussian
in class IFieldGeo
public IPlaneFieldGeo gauss(double threshold)
IFieldGeo
gauss
in interface IFieldI
gauss
in class IFieldGeo
public IPlaneFieldGeo threshold(double t)
IFieldGeo
threshold
in interface IFieldI
threshold
in class IFieldGeo
public IPlaneFieldGeo intensity(double i)
IFieldGeo
intensity
in interface IFieldI
intensity
in class IFieldGeo
public void del()
del
in interface IFieldI
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |