igeo
Class IVecR.Scale1d

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

public static class IVecR.Scale1d
extends IParameterObject
implements IVecOp


Field Summary
 IVecOp axis
           
 IDoubleI factor
           
 IVecOp v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.Scale1d(IVecOp v, IVecOp axis, IDoubleI factor)
           
 
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

v

public IVecOp v

axis

public IVecOp axis

factor

public IDoubleI factor
Constructor Detail

IVecR.Scale1d

public IVecR.Scale1d(IVecOp v,
                     IVecOp axis,
                     IDoubleI factor)
Method Detail

get

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