igeo
Class IVec4R.Scale1d

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

public static class IVec4R.Scale1d
extends IParameterObject
implements IVec4Op


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

axis

public IVecOp axis

factor

public IDoubleI factor
Constructor Detail

IVec4R.Scale1d

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

get

public IVec4 get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVec4Op
Specified by:
get in interface IVecOp