igeo
Class I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo

java.lang.Object
  extended by igeo.IFieldGeo
      extended by igeo.I2DSurfaceFieldGeo
          extended by igeo.I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo
All Implemented Interfaces:
I2DFieldI, IFieldI
Enclosing class:
I2DSurfaceUTangentField

public static class I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo
extends I2DSurfaceFieldGeo


Nested Class Summary
 
Nested classes/interfaces inherited from class igeo.IFieldGeo
IFieldGeo.Decay
 
Field Summary
 
Fields inherited from class igeo.I2DSurfaceFieldGeo
fieldSurface, surface
 
Fields inherited from class igeo.IFieldGeo
constantIntensity, decay, intensity, threshold
 
Constructor Summary
I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo(ISurfaceI srf)
           
 
Method Summary
 IVec2I get(IVecI v, IVec2I uv)
          get original field value out of curve parameter u
 
Methods inherited from class igeo.I2DSurfaceFieldGeo
constantIntensity, 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

I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo

public I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo(ISurfaceI srf)
Method Detail

get

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

Overrides:
get in class I2DSurfaceFieldGeo