igeo
Class IVecR.Transform3

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

public static class IVecR.Transform3
extends IParameterObject
implements IVecOp


Field Summary
 IMatrix3Op mat
           
 IVecOp v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.Transform3(IVecOp v, IMatrix3Op m)
           
 
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

mat

public IMatrix3Op mat
Constructor Detail

IVecR.Transform3

public IVecR.Transform3(IVecOp v,
                        IMatrix3Op m)
Method Detail

get

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