igeo
Class ISurfaceR.UTan

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.ISurfaceR.UTan
All Implemented Interfaces:
IParameter, ISubobject, IVal, IVecOp
Enclosing class:
ISurfaceR

public static class ISurfaceR.UTan
extends IParameterObject
implements IVecOp


Field Summary
 ISurfaceOp srf
           
 IVec2Op uv
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
ISurfaceR.UTan(ISurfaceOp s, IVec2Op uvval)
           
 
Method Summary
 IVec get()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

srf

public ISurfaceOp srf

uv

public IVec2Op uv
Constructor Detail

ISurfaceR.UTan

public ISurfaceR.UTan(ISurfaceOp s,
                      IVec2Op uvval)
Method Detail

get

public IVec get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVecOp