|
||||||||
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.I3DField
igeo.ICurveCurlField
public class ICurveCurlField
3D vector filed defined by a NURBS curve tanget causing curling force.
Nested Class Summary | |
---|---|
static class |
ICurveCurlField.ICurveCurlFieldGeo
|
Field Summary |
---|
Fields inherited from class igeo.I3DField |
---|
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 | |
---|---|
ICurveCurlField(ICurveI crv)
|
Method Summary | |
---|---|
ICurveCurlField |
bidirectional(boolean b)
if bidirectional is on, field force vector is flipped when velocity of particle is going opposite |
ICurveCurlField |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
ICurveCurlField |
decay(IDecay decay,
double threshold)
custom decay |
ICurveCurlField |
gauss(double threshold)
alias of gaussianDecay |
ICurveCurlField |
gaussian(double threshold)
alias of gaussianDecay |
ICurveCurlField |
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). |
ICurveCurlField |
intensity(double i)
set output intensity |
ICurveCurlField |
linear(double threshold)
alias of linearDecay |
ICurveCurlField |
linearDecay(double threshold)
set linear decay with threshold; When distance is equal to threshold, output is zero. |
ICurveCurlField |
noDecay()
set no decay |
ICurveCurlField |
threshold(double t)
set decay threshold |
Methods inherited from class igeo.I3DField |
---|
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, 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, brightness, castStringHashMap, clearDynamics, clearGraphics, clr, cp, createGraphic, defaultAttribute, deleteGraphic, dup, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, grey, greyInt, hue, initGraphic, initObject, isValid, isVisible, layer, layer, name, red, redInt, resetGraphic, saturation, 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 ICurveCurlField(ICurveI crv)
Method Detail |
---|
public ICurveCurlField noDecay()
I3DField
noDecay
in interface IFieldI
noDecay
in class I3DField
public ICurveCurlField linearDecay(double threshold)
I3DField
linearDecay
in interface IFieldI
linearDecay
in class I3DField
public ICurveCurlField linear(double threshold)
I3DField
linear
in interface IFieldI
linear
in class I3DField
public ICurveCurlField gaussianDecay(double threshold)
I3DField
gaussianDecay
in interface IFieldI
gaussianDecay
in class I3DField
public ICurveCurlField gaussian(double threshold)
I3DField
gaussian
in interface IFieldI
gaussian
in class I3DField
public ICurveCurlField gauss(double threshold)
I3DField
gauss
in interface IFieldI
gauss
in class I3DField
public ICurveCurlField decay(IDecay decay, double threshold)
I3DField
decay
in interface IFieldI
decay
in class I3DField
public ICurveCurlField constantIntensity(boolean b)
I3DField
constantIntensity
in interface IFieldI
constantIntensity
in class I3DField
public ICurveCurlField bidirectional(boolean b)
bidirectional
in interface IFieldI
bidirectional
in class I3DField
public ICurveCurlField threshold(double t)
I3DField
threshold
in interface IFieldI
threshold
in class I3DField
public ICurveCurlField intensity(double i)
I3DField
intensity
in interface IFieldI
intensity
in class I3DField
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |