igeo
Class I2DSurfaceSlopeField.I2DSurfaceSlopeFieldGeo

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

public static class I2DSurfaceSlopeField.I2DSurfaceSlopeFieldGeo
extends I2DSurfaceFieldGeo


Nested Class Summary
 
Nested classes/interfaces inherited from class igeo.IFieldGeo
IFieldGeo.Decay
 
Field Summary
static IVec axis
           
 
Fields inherited from class igeo.I2DSurfaceFieldGeo
fieldSurface, surface
 
Fields inherited from class igeo.IFieldGeo
bidirectional, constantIntensity, decay, intensity, threshold
 
Constructor Summary
I2DSurfaceSlopeField.I2DSurfaceSlopeFieldGeo(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
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
 

Field Detail

axis

public static IVec axis
Constructor Detail

I2DSurfaceSlopeField.I2DSurfaceSlopeFieldGeo

public I2DSurfaceSlopeField.I2DSurfaceSlopeFieldGeo(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