Package org.robwork.sdurw_math
Class EigenMatrix2f
- java.lang.Object
-
- org.robwork.sdurw_math.EigenMatrix2f
-
public class EigenMatrix2f extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EigenMatrix2f(int dimx, int dimy)EigenMatrix2f(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EigenMatrix2fadd(EigenMatrix2f wrench)intcols()voiddelete()floatget(int x, int y)floatget(long row, long column)static longgetCPtr(EigenMatrix2f obj)introws()voidset(int x, int y, float value)voidset(long row, long column, float d)EigenMatrix2fsubtract(EigenMatrix2f wrench)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(EigenMatrix2f obj)
-
delete
public void delete()
-
add
public EigenMatrix2f add(EigenMatrix2f wrench)
-
subtract
public EigenMatrix2f subtract(EigenMatrix2f wrench)
-
rows
public int rows()
-
cols
public int cols()
-
get
public float get(int x, int y)
-
set
public void set(int x, int y, float value)
-
get
public float get(long row, long column)
-
set
public void set(long row, long column, float d)
-
-