igeo
Class ISurfaceVTangentField.ISurfaceVTangentFieldGeo

java.lang.Object
  extended by igeo.IFieldGeo
      extended by igeo.ISurfaceFieldGeo
          extended by igeo.ISurfaceVTangentField.ISurfaceVTangentFieldGeo
All Implemented Interfaces:
I3DFieldI, IFieldI
Enclosing class:
ISurfaceVTangentField

public static class ISurfaceVTangentField.ISurfaceVTangentFieldGeo
extends ISurfaceFieldGeo


Nested Class Summary
 
Nested classes/interfaces inherited from class igeo.IFieldGeo
IFieldGeo.Decay
 
Field Summary
 
Fields inherited from class igeo.ISurfaceFieldGeo
fieldSurface, surface
 
Fields inherited from class igeo.IFieldGeo
bidirectional, constantIntensity, decay, intensity, threshold
 
Constructor Summary
ISurfaceVTangentField.ISurfaceVTangentFieldGeo(ISurfaceI srf)
           
 
Method Summary
 IVecI get(IVecI v, IVec2I uv)
          get original field value out of curve parameter u
 
Methods inherited from class igeo.ISurfaceFieldGeo
bidirectional, constantIntensity, del, gauss, gaussian, gaussianDecay, get, get, get, intensity, linear, linearDecay, noDecay, 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
 

Constructor Detail

ISurfaceVTangentField.ISurfaceVTangentFieldGeo

public ISurfaceVTangentField.ISurfaceVTangentFieldGeo(ISurfaceI srf)
Method Detail

get

public IVecI get(IVecI v,
                 IVec2I uv)
Description copied from class: ISurfaceFieldGeo
get original field value out of curve parameter u

Overrides:
get in class ISurfaceFieldGeo