igeo
Class IVec4R.ToVec2WithProjection

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVec4R.ToVec2WithProjection
All Implemented Interfaces:
IParameter, ISubobject, IVal, IVec2Op
Enclosing class:
IVec4R

public static class IVec4R.ToVec2WithProjection
extends IParameterObject
implements IVec2Op


Field Summary
 IVecOp projectionDir
           
 IVec4Op v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec4R.ToVec2WithProjection(IVec4Op v, IVecOp proj)
           
 
Method Summary
 IVec2 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

projectionDir

public IVecOp projectionDir
Constructor Detail

IVec4R.ToVec2WithProjection

public IVec4R.ToVec2WithProjection(IVec4Op v,
                                   IVecOp proj)
Method Detail

get

public IVec2 get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVec2Op