igeo
Class ISurfaceNormalField.ISurfaceNormalFieldGeo

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

public static class ISurfaceNormalField.ISurfaceNormalFieldGeo
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
constantIntensity, decay, intensity, threshold
 
Constructor Summary
ISurfaceNormalField.ISurfaceNormalFieldGeo(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
constantIntensity, del, gaussian, gaussianDecay, 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

ISurfaceNormalField.ISurfaceNormalFieldGeo

public ISurfaceNormalField.ISurfaceNormalFieldGeo(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