igeo
Class IVec4R.TransformVec4

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

public static class IVec4R.TransformVec4
extends IParameterObject
implements IVec4Op


Field Summary
 IVecOp trans
           
 IVec4Op v
           
 IVecOp x
           
 IVecOp y
           
 IVecOp z
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec4R.TransformVec4(IVec4Op v, IVecOp x, IVecOp y, IVecOp z, IVecOp trans)
           
 
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

x

public IVecOp x

y

public IVecOp y

z

public IVecOp z

trans

public IVecOp trans
Constructor Detail

IVec4R.TransformVec4

public IVec4R.TransformVec4(IVec4Op v,
                            IVecOp x,
                            IVecOp y,
                            IVecOp z,
                            IVecOp trans)
Method Detail

get

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