|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IFieldGeo
igeo.IPointFieldGeo
igeo.IAttractorGeo
public class IAttractorGeo
Attractor field defined by a center point.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class igeo.IFieldGeo |
---|
IFieldGeo.Decay |
Field Summary |
---|
Fields inherited from class igeo.IPointFieldGeo |
---|
dir, pos |
Fields inherited from class igeo.IFieldGeo |
---|
constantIntensity, decay, intensity, threshold |
Constructor Summary | |
---|---|
IAttractorGeo(IVecI p)
|
Method Summary | |
---|---|
IAttractorGeo |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
IAttractorGeo |
gaussian(double threshold)
alias of gaussianDecay |
IAttractorGeo |
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,
IVecI orig)
get original field value out of curve parameter u |
IAttractorGeo |
intensity(double i)
set output intensity |
IAttractorGeo |
linear(double threshold)
alias of linearDecay |
IAttractorGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero. |
IAttractorGeo |
noDecay()
set no decay |
IAttractorGeo |
threshold(double t)
set decay threshold |
Methods inherited from class igeo.IPointFieldGeo |
---|
del, dir, get, pos |
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 |
Constructor Detail |
---|
public IAttractorGeo(IVecI p)
Method Detail |
---|
public IVecI get(IVecI v, IVecI orig)
IPointFieldGeo
get
in class IPointFieldGeo
public IAttractorGeo noDecay()
IPointFieldGeo
noDecay
in interface IFieldI
noDecay
in class IPointFieldGeo
public IAttractorGeo linearDecay(double threshold)
IPointFieldGeo
linearDecay
in interface IFieldI
linearDecay
in class IPointFieldGeo
public IAttractorGeo linear(double threshold)
IFieldGeo
linear
in interface IFieldI
linear
in class IPointFieldGeo
public IAttractorGeo gaussianDecay(double threshold)
IPointFieldGeo
gaussianDecay
in interface IFieldI
gaussianDecay
in class IPointFieldGeo
public IAttractorGeo gaussian(double threshold)
IFieldGeo
gaussian
in interface IFieldI
gaussian
in class IPointFieldGeo
public IAttractorGeo constantIntensity(boolean b)
IFieldGeo
constantIntensity
in interface IFieldI
constantIntensity
in class IFieldGeo
public IAttractorGeo threshold(double t)
IFieldGeo
threshold
in interface IFieldI
threshold
in class IPointFieldGeo
public IAttractorGeo intensity(double i)
IFieldGeo
intensity
in interface IFieldI
intensity
in class IPointFieldGeo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |