igeo
Class IVecR.Ref

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVecR.Ref
All Implemented Interfaces:
IParameter, ISubobject, IVecOp
Enclosing class:
IVecR

public static class IVecR.Ref
extends IParameterObject
implements IVecOp


Field Summary
 IVecOp plane
           
 IVecOp v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.Ref(IVecOp v, IVecOp plane)
           
 
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

v

public IVecOp v

plane

public IVecOp plane
Constructor Detail

IVecR.Ref

public IVecR.Ref(IVecOp v,
                 IVecOp plane)
Method Detail

get

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