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