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