igeo
Class IVecR.FromXYZ

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVecR.FromXYZ
All Implemented Interfaces:
IParameter, ISubobject, IVal, IVecOp
Enclosing class:
IVecR

public static class IVecR.FromXYZ
extends IParameterObject
implements IVecOp


Field Summary
 IDoubleOp x
           
 IDoubleOp y
           
 IDoubleOp z
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.FromXYZ(IDoubleOp x, IDoubleOp y, 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

x

public IDoubleOp x

y

public IDoubleOp y

z

public IDoubleOp z
Constructor Detail

IVecR.FromXYZ

public IVecR.FromXYZ(IDoubleOp x,
                     IDoubleOp y,
                     IDoubleOp z)
Method Detail

get

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