igeo
Class IVec2R.EqY

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

public static class IVec2R.EqY
extends IParameterObject
implements IBoolOp


Field Summary
 IDoubleOp tolerance
           
 IVec2Op v1
           
 IVec2Op v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec2R.EqY(IVec2Op v1, IVec2Op v2)
           
IVec2R.EqY(IVec2Op v1, IVec2Op v2, IDoubleOp reso)
           
 
Method Summary
 IBool get()
           
 boolean x()
           
 
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

tolerance

public IDoubleOp tolerance
Constructor Detail

IVec2R.EqY

public IVec2R.EqY(IVec2Op v1,
                  IVec2Op v2)

IVec2R.EqY

public IVec2R.EqY(IVec2Op v1,
                  IVec2Op v2,
                  IDoubleOp reso)
Method Detail

x

public boolean x()
Specified by:
x in interface IBoolOp

get

public IBool get()
Specified by:
get in interface IBoolOp
Specified by:
get in interface IParameter