igeo
Class IVec2R.ToVec3

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

public static class IVec2R.ToVec3
extends IParameterObject
implements IVecOp


Field Summary
 IVec2Op v
           
 IDoubleOp z
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec2R.ToVec3(IVec2Op v)
           
IVec2R.ToVec3(IVec2Op v, IDoubleOp z)
           
 
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 IVec2Op v

z

public IDoubleOp z
Constructor Detail

IVec2R.ToVec3

public IVec2R.ToVec3(IVec2Op v)

IVec2R.ToVec3

public IVec2R.ToVec3(IVec2Op v,
                     IDoubleOp z)
Method Detail

get

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