|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IFieldGeo
igeo.IPointFieldGeo
public class IPointFieldGeo
3D vector filed defined by a point.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class igeo.IFieldGeo |
---|
IFieldGeo.Decay |
Field Summary | |
---|---|
IVecI |
dir
|
IVecI |
pos
|
Fields inherited from class igeo.IFieldGeo |
---|
bidirectional, constantIntensity, decay, intensity, threshold |
Constructor Summary | |
---|---|
IPointFieldGeo(IVecI p,
IVecI d)
|
Method Summary | |
---|---|
void |
del()
|
IVec |
dir()
|
IPointFieldGeo |
gauss(double threshold)
alias of gaussianDecay |
IPointFieldGeo |
gaussian(double threshold)
alias of gaussianDecay |
IPointFieldGeo |
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,
IVecI orig)
get original field value out of curve parameter u |
IVecI |
getForce(IVecI pos,
IVecI vel,
IVecI orig)
get original field value out of curve parameter u |
IPointFieldGeo |
intensity(double i)
set output intensity |
IPointFieldGeo |
linear(double threshold)
alias of linearDecay |
IPointFieldGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero. |
IPointFieldGeo |
noDecay()
set no decay |
IVec |
pos()
|
IPointFieldGeo |
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 dir
Constructor Detail |
---|
public IPointFieldGeo(IVecI p, IVecI d)
Method Detail |
---|
public IVecI getForce(IVecI v, IVecI orig)
public IVecI getForce(IVecI pos, IVecI vel, IVecI orig)
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 dir()
public IPointFieldGeo noDecay()
noDecay
in interface IFieldI
noDecay
in class IFieldGeo
public IPointFieldGeo linearDecay(double threshold)
linearDecay
in interface IFieldI
linearDecay
in class IFieldGeo
public IPointFieldGeo linear(double threshold)
IFieldGeo
linear
in interface IFieldI
linear
in class IFieldGeo
public IPointFieldGeo gaussianDecay(double threshold)
gaussianDecay
in interface IFieldI
gaussianDecay
in class IFieldGeo
public IPointFieldGeo gaussian(double threshold)
IFieldGeo
gaussian
in interface IFieldI
gaussian
in class IFieldGeo
public IPointFieldGeo gauss(double threshold)
IFieldGeo
gauss
in interface IFieldI
gauss
in class IFieldGeo
public IPointFieldGeo threshold(double t)
IFieldGeo
threshold
in interface IFieldI
threshold
in class IFieldGeo
public IPointFieldGeo 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 |