igeo
Interface I2DFieldI

All Superinterfaces:
IFieldI
All Known Implementing Classes:
I2DCurveFieldGeo, I2DField, I2DSurfaceFieldGeo, I2DSurfaceNormalField, I2DSurfaceNormalField.I2DSurfaceNormalFieldGeo, I2DSurfacePositionField, I2DSurfacePositionField.I2DSurfacePositionFieldGeo, I2DSurfaceSlopeField, I2DSurfaceSlopeField.I2DSurfaceSlopeFieldGeo, I2DSurfaceUTangentField, I2DSurfaceUTangentField.I2DSurfaceUTangentFieldGeo, I2DSurfaceVTangentField, I2DSurfaceVTangentField.I2DSurfaceVTangentFieldGeo

public interface I2DFieldI
extends IFieldI

abstract field function

Author:
Satoru Sugihara

Method Summary
 IVec2I get(IVecI v)
          get field value at 3D location
 
Methods inherited from interface igeo.IFieldI
constantIntensity, del, gaussian, gaussianDecay, intensity, intensity, linear, linearDecay, noDecay, threshold, threshold
 

Method Detail

get

IVec2I get(IVecI v)
get field value at 3D location

Specified by:
get in interface IFieldI