|
|||||||||
| 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 |
|---|
constantIntensity, decay, intensity, threshold |
| Constructor Summary | |
|---|---|
IPointFieldGeo(IVecI p,
IVecI d)
|
|
| Method Summary | |
|---|---|
void |
del()
|
IVec |
dir()
|
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 v,
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 |
|---|
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 |
|---|
constantIntensity, intensity, threshold |
| Field Detail |
|---|
public IVecI pos
public IVecI dir
| Constructor Detail |
|---|
public IPointFieldGeo(IVecI p,
IVecI d)
| Method Detail |
|---|
public IVecI get(IVecI v,
IVecI orig)
public IVecI get(IVecI v)
get in interface I3DFieldIget in interface IFieldIpublic IVec pos()
public IVec dir()
public IPointFieldGeo noDecay()
noDecay in interface IFieldInoDecay in class IFieldGeopublic IPointFieldGeo linearDecay(double threshold)
linearDecay in interface IFieldIlinearDecay in class IFieldGeopublic IPointFieldGeo linear(double threshold)
IFieldGeo
linear in interface IFieldIlinear in class IFieldGeopublic IPointFieldGeo gaussianDecay(double threshold)
gaussianDecay in interface IFieldIgaussianDecay in class IFieldGeopublic IPointFieldGeo gaussian(double threshold)
IFieldGeo
gaussian in interface IFieldIgaussian in class IFieldGeopublic IPointFieldGeo threshold(double t)
IFieldGeo
threshold in interface IFieldIthreshold in class IFieldGeopublic IPointFieldGeo 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 | ||||||||