igeo
Class IVec2R.Shear

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

public static class IVec2R.Shear
extends IParameterObject
implements IVec2Op


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

v

public IVec2Op v

sxy

public IDoubleOp sxy

syx

public IDoubleOp syx
Constructor Detail

IVec2R.Shear

public IVec2R.Shear(IVec2Op v,
                    IDoubleOp sxy,
                    IDoubleOp syx)
Method Detail

get

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