|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IField
igeo.I2DField
igeo.I2DSurfacePositionField
public class I2DSurfacePositionField
2D vector filed defined by a NURBS surface position (vector from the origin).
| Nested Class Summary | |
|---|---|
static class |
I2DSurfacePositionField.I2DSurfacePositionFieldGeo
|
| Field Summary |
|---|
| Fields inherited from class igeo.I2DField |
|---|
field |
| Fields inherited from class igeo.IField |
|---|
targetClasses |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, interactOverridden, localDynamics, parent, targets, time |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server, userData |
| Constructor Summary | |
|---|---|
I2DSurfacePositionField(ISurfaceI srf)
|
|
| Method Summary | |
|---|---|
I2DSurfacePositionField |
bidirectional(boolean b)
if bidirectional is on, field force vector is flipped when velocity of particle is going opposite |
I2DSurfacePositionField |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
I2DSurfacePositionField |
gauss(double threshold)
alias of gaussianDecay |
I2DSurfacePositionField |
gaussian(double threshold)
alias of gaussianDecay |
I2DSurfacePositionField |
gaussianDecay(double threshold)
set Gaussian decay with threshold; Threshold is used as double of standard deviation (when distance is eqaul to threshold, output is 13.5% of original). |
I2DSurfacePositionField |
intensity(double i)
set output intensity |
I2DSurfacePositionField |
linear(double threshold)
alias of linearDecay |
I2DSurfacePositionField |
linearDecay(double threshold)
set linear decay with threshold; When distance is equal to threshold, output is zero. |
I2DSurfacePositionField |
noDecay()
set no decay |
I2DSurfacePositionField |
threshold(double t)
set decay threshold |
| Methods inherited from class igeo.I2DField |
|---|
applyField, del, del, field, get, get, intensity, threshold |
| Methods inherited from class igeo.IField |
|---|
clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, hide, hsb, hsb, hsb, hsb, interact, isTarget, isTargetClass, layer, name, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setHSBColor, setHSBColor, setHSBColor, setHSBColor, show, target, target, targetClass, targetClass, weight, weight |
| Methods inherited from class igeo.IAgent |
|---|
addDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, setColor, setColor, setColor, setColor, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
| Methods inherited from class igeo.IObject |
|---|
addUserData, addUserData, alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, castStringHashMap, clearDynamics, clearGraphics, clr, cp, createGraphic, defaultAttribute, deleteGraphic, dup, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isValid, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setColor, setColor, setParameter, syncColor, syncGraphic, syncVisibility, syncWeight, userData, userData, userData, userDataNum, visible, weight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public I2DSurfacePositionField(ISurfaceI srf)
| Method Detail |
|---|
public I2DSurfacePositionField noDecay()
I2DField
noDecay in interface IFieldInoDecay in class I2DFieldpublic I2DSurfacePositionField linearDecay(double threshold)
I2DField
linearDecay in interface IFieldIlinearDecay in class I2DFieldpublic I2DSurfacePositionField linear(double threshold)
I2DField
linear in interface IFieldIlinear in class I2DFieldpublic I2DSurfacePositionField gaussianDecay(double threshold)
I2DField
gaussianDecay in interface IFieldIgaussianDecay in class I2DFieldpublic I2DSurfacePositionField gaussian(double threshold)
I2DField
gaussian in interface IFieldIgaussian in class I2DFieldpublic I2DSurfacePositionField gauss(double threshold)
IFieldI
gauss in interface IFieldIgauss in class I2DFieldpublic I2DSurfacePositionField constantIntensity(boolean b)
I2DField
constantIntensity in interface IFieldIconstantIntensity in class I2DFieldpublic I2DSurfacePositionField bidirectional(boolean b)
bidirectional in interface IFieldIbidirectional in class I2DFieldpublic I2DSurfacePositionField threshold(double t)
I2DField
threshold in interface IFieldIthreshold in class I2DFieldpublic I2DSurfacePositionField intensity(double i)
I2DField
intensity in interface IFieldIintensity in class I2DField
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||