igeo
Class IVecR.ToVec2WithAxis

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

public static class IVecR.ToVec2WithAxis
extends IParameterObject
implements IVec2Op


Field Summary
 IVecOp v
           
 IVecOp xaxis
           
 IVecOp yaxis
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.ToVec2WithAxis(IVecOp v, IVecOp xaxis, IVecOp yaxis)
           
 
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 IVecOp v

xaxis

public IVecOp xaxis

yaxis

public IVecOp yaxis
Constructor Detail

IVecR.ToVec2WithAxis

public IVecR.ToVec2WithAxis(IVecOp v,
                            IVecOp xaxis,
                            IVecOp yaxis)
Method Detail

get

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