igeo
Class IVecR.Rot

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

public static class IVecR.Rot
extends IParameterObject
implements IVecOp


Field Summary
 IDoubleOp angle
           
 IVecOp axis
           
 IVecOp v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.Rot(IVecOp u, IVecOp ax, IDoubleOp a)
           
 
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

angle

public IDoubleOp angle
Constructor Detail

IVecR.Rot

public IVecR.Rot(IVecOp u,
                 IVecOp ax,
                 IDoubleOp a)
Method Detail

get

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