igeo
Class IVec2R.Dot

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVec2R.Dot
All Implemented Interfaces:
IDoubleOp, IParameter, IScalar, ISubobject, IVal
Enclosing class:
IVec2R

public static class IVec2R.Dot
extends IParameterObject
implements IDoubleOp


Field Summary
 IVec2Op v1
           
 IVec2Op v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec2R.Dot(IVec2Op v1, IVec2Op v2)
           
 
Method Summary
 IDouble get()
           
 double 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
Constructor Detail

IVec2R.Dot

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

x

public double x()
Specified by:
x in interface IDoubleOp

get

public IDouble get()
Specified by:
get in interface IDoubleOp
Specified by:
get in interface IParameter