|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IFieldGeo
igeo.I2DCurveFieldGeo
public class I2DCurveFieldGeo
2D vector filed defined by a NURBS curve.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class igeo.IFieldGeo |
|---|
IFieldGeo.Decay |
| Field Summary | |
|---|---|
ICurveI |
curve
|
ICurveI |
fieldCurve
|
| Fields inherited from class igeo.IFieldGeo |
|---|
constantIntensity, decay, intensity, threshold |
| Constructor Summary | |
|---|---|
I2DCurveFieldGeo(ICurveI crv,
ICurveI fieldCrv)
|
|
| Method Summary | |
|---|---|
I2DCurveFieldGeo |
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()
|
I2DCurveFieldGeo |
gaussian(double threshold)
alias of gaussianDecay |
I2DCurveFieldGeo |
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). |
IVec2I |
get(IVecI v)
get 3D vector field value |
IVec2I |
get(IVecI v,
double u)
get original field value out of curve parameter u |
I2DCurveFieldGeo |
intensity(double i)
set output intensity |
I2DCurveFieldGeo |
linear(double threshold)
alias of linearDecay |
I2DCurveFieldGeo |
linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero. |
I2DCurveFieldGeo |
noDecay()
set no decay |
I2DCurveFieldGeo |
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 ICurveI curve
public ICurveI fieldCurve
| Constructor Detail |
|---|
public I2DCurveFieldGeo(ICurveI crv,
ICurveI fieldCrv)
| Method Detail |
|---|
public IVec2I get(IVecI v,
double u)
public IVec2I get(IVecI v)
get in interface I2DFieldIget in interface IFieldIpublic I2DCurveFieldGeo constantIntensity(boolean b)
constantIntensity in interface IFieldIconstantIntensity in class IFieldGeopublic I2DCurveFieldGeo noDecay()
noDecay in interface IFieldInoDecay in class IFieldGeopublic I2DCurveFieldGeo linearDecay(double threshold)
linearDecay in interface IFieldIlinearDecay in class IFieldGeopublic I2DCurveFieldGeo linear(double threshold)
IFieldGeo
linear in interface IFieldIlinear in class IFieldGeopublic I2DCurveFieldGeo gaussianDecay(double threshold)
gaussianDecay in interface IFieldIgaussianDecay in class IFieldGeopublic I2DCurveFieldGeo gaussian(double threshold)
IFieldGeo
gaussian in interface IFieldIgaussian in class IFieldGeopublic I2DCurveFieldGeo threshold(double t)
IFieldGeo
threshold in interface IFieldIthreshold in class IFieldGeopublic I2DCurveFieldGeo 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 | ||||||||