|
|||||||||
| 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.ISurfaceVTangentField
public class ISurfaceVTangentField
3D vector filed defined by a NURBS surface tangent in U.
| Nested Class Summary | |
|---|---|
static class |
ISurfaceVTangentField.ISurfaceVTangentFieldGeo
|
| 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 | |
|---|---|
ISurfaceVTangentField(ISurfaceI srf)
|
|
| Method Summary | |
|---|---|
ISurfaceVTangentField |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
ISurfaceVTangentField |
gaussian(double threshold)
alias of gaussianDecay |
ISurfaceVTangentField |
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). |
ISurfaceVTangentField |
intensity(double i)
set output intensity |
ISurfaceVTangentField |
linear(double threshold)
alias of linearDecay |
ISurfaceVTangentField |
linearDecay(double threshold)
set linear decay with threshold; When distance is equal to threshold, output is zero. |
ISurfaceVTangentField |
noDecay()
set no decay |
ISurfaceVTangentField |
threshold(double t)
set decay threshold |
| Methods inherited from class igeo.I3DField |
|---|
applyField, field, 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, del, 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 |
|---|
alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, clearDynamics, clearGraphics, clr, cp, createGraphic, 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, syncWeight, userData, userData, visible, weight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISurfaceVTangentField(ISurfaceI srf)
| Method Detail |
|---|
public ISurfaceVTangentField noDecay()
I3DField
noDecay in interface IFieldInoDecay in class I3DFieldpublic ISurfaceVTangentField linearDecay(double threshold)
I3DField
linearDecay in interface IFieldIlinearDecay in class I3DFieldpublic ISurfaceVTangentField linear(double threshold)
I3DField
linear in interface IFieldIlinear in class I3DFieldpublic ISurfaceVTangentField gaussianDecay(double threshold)
I3DField
gaussianDecay in interface IFieldIgaussianDecay in class I3DFieldpublic ISurfaceVTangentField gaussian(double threshold)
I3DField
gaussian in interface IFieldIgaussian in class I3DFieldpublic ISurfaceVTangentField constantIntensity(boolean b)
I3DField
constantIntensity in interface IFieldIconstantIntensity in class I3DFieldpublic ISurfaceVTangentField threshold(double t)
I3DField
threshold in interface IFieldIthreshold in class I3DFieldpublic ISurfaceVTangentField intensity(double i)
I3DField
intensity in interface IFieldIintensity in class I3DField
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||