|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IFieldGeo
igeo.IPointCloudFieldGeo
public class IPointCloudFieldGeo
3D vector filed defined by points.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class igeo.IFieldGeo |
|---|
IFieldGeo.Decay |
| Field Summary | |
|---|---|
IVecI[] |
forceDirs
|
IVecI[] |
points
|
| Fields inherited from class igeo.IFieldGeo |
|---|
bidirectional, constantIntensity, decay, intensity, threshold |
| Constructor Summary | |
|---|---|
IPointCloudFieldGeo(IVecI[] pts,
IVecI[] fieldPts)
|
|
| Method Summary | |
|---|---|
IPointCloudFieldGeo |
bidirectional(boolean b)
if bidirectional is on, field force vector is flipped when velocity of particle is going opposite |
IPointCloudFieldGeo |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
void |
del()
|
IPointCloudFieldGeo |
gauss(double threshold)
alias of gaussianDecay |
IPointCloudFieldGeo |
gaussian(double threshold)
alias of gaussianDecay |
IPointCloudFieldGeo |
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 pos)
get 3D vector field value |
IVecI |
get(IVecI pos,
IVecI vel)
get 3D vector field value |
IPointCloudFieldGeo |
intensity(double i)
set output intensity |
IPointCloudFieldGeo |
linear(double threshold)
alias of linearDecay |
IPointCloudFieldGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero. |
IPointCloudFieldGeo |
noDecay()
set no decay |
IPointCloudFieldGeo |
threshold(double t)
set decay threshold |
| 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 |
| Field Detail |
|---|
public IVecI[] points
public IVecI[] forceDirs
| Constructor Detail |
|---|
public IPointCloudFieldGeo(IVecI[] pts,
IVecI[] fieldPts)
| Method Detail |
|---|
public IVecI get(IVecI pos)
get in interface I3DFieldIget in interface IFieldI
public IVecI get(IVecI pos,
IVecI vel)
get in interface I3DFieldIget in interface IFieldIpos - positio of the input particlevel - velocity of the input particlepublic IPointCloudFieldGeo constantIntensity(boolean b)
constantIntensity in interface IFieldIconstantIntensity in class IFieldGeopublic IPointCloudFieldGeo bidirectional(boolean b)
bidirectional in interface IFieldIbidirectional in class IFieldGeopublic IPointCloudFieldGeo noDecay()
noDecay in interface IFieldInoDecay in class IFieldGeopublic IPointCloudFieldGeo linearDecay(double threshold)
linearDecay in interface IFieldIlinearDecay in class IFieldGeopublic IPointCloudFieldGeo linear(double threshold)
IFieldGeo
linear in interface IFieldIlinear in class IFieldGeopublic IPointCloudFieldGeo gaussianDecay(double threshold)
gaussianDecay in interface IFieldIgaussianDecay in class IFieldGeopublic IPointCloudFieldGeo gaussian(double threshold)
IFieldGeo
gaussian in interface IFieldIgaussian in class IFieldGeopublic IPointCloudFieldGeo gauss(double threshold)
IFieldGeo
gauss in interface IFieldIgauss in class IFieldGeopublic IPointCloudFieldGeo threshold(double t)
IFieldGeo
threshold in interface IFieldIthreshold in class IFieldGeopublic IPointCloudFieldGeo 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 | |||||||