Package org.robwork.sdurw_math
Class EigenVector3f
- java.lang.Object
-
- org.robwork.sdurw_math.EigenVector3f
-
public class EigenVector3f extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EigenVector3f(int dimx, int dimy)EigenVector3f(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EigenVector3fadd(EigenVector3f wrench)intcols()voiddelete()floatget(int x, int y)floatget(long row, long column)static longgetCPtr(EigenVector3f obj)introws()voidset(int x, int y, float value)voidset(long row, long column, float d)EigenVector3fsubtract(EigenVector3f wrench)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(EigenVector3f obj)
-
delete
public void delete()
-
add
public EigenVector3f add(EigenVector3f wrench)
-
subtract
public EigenVector3f subtract(EigenVector3f 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)
-
-