igeo
Class IVec2R.Add

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

public static class IVec2R.Add
extends IParameterObject
implements IVec2Op


Field Summary
 IVec2Op v1
           
 IVec2Op v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec2R.Add(IVec2Op v1, IVec2Op v2)
           
 
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

v1

public IVec2Op v1

v2

public IVec2Op v2
Constructor Detail

IVec2R.Add

public IVec2R.Add(IVec2Op v1,
                  IVec2Op v2)
Method Detail

get

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