igeo
Class ISurfaceR.UV

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

public static class ISurfaceR.UV
extends IParameterObject
implements IVec2Op


Field Summary
 IVecI pt
           
 ISurfaceOp srf
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
ISurfaceR.UV(ISurfaceOp s, IVecI p)
           
 
Method Summary
 IVec2 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

pt

public IVecI pt
Constructor Detail

ISurfaceR.UV

public ISurfaceR.UV(ISurfaceOp s,
                    IVecI p)
Method Detail

get

public IVec2 get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVec2Op