Package org.robwork.sdurw
Class EigenRowVector3f
- java.lang.Object
- 
- org.robwork.sdurw.EigenRowVector3f
 
- 
 public class EigenRowVector3f extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description EigenRowVector3f(int dimx, int dimy)EigenRowVector3f(long cPtr, boolean cMemoryOwn)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EigenRowVector3fadd(EigenRowVector3f wrench)voiddelete()floatget(int x, int y)floatget(long row, long column)static longgetCPtr(EigenRowVector3f obj)voidset(int x, int y, float value)voidset(long row, long column, float d)EigenRowVector3fsubtract(EigenRowVector3f wrench)
 
- 
- 
- 
Method Detail- 
getCPtrpublic static long getCPtr(EigenRowVector3f obj) 
 - 
deletepublic void delete() 
 - 
addpublic EigenRowVector3f add(EigenRowVector3f wrench) 
 - 
subtractpublic EigenRowVector3f subtract(EigenRowVector3f wrench) 
 - 
getpublic float get(int x, int y)
 - 
setpublic void set(int x, int y, float value)
 - 
getpublic float get(long row, long column)
 - 
setpublic void set(long row, long column, float d)
 
- 
 
-