public class Matrix2x3d
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Matrix2x3d() |
Matrix2x3d(double[][] data) |
Matrix2x3d(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
Vector2d |
col(int n) |
void |
delete() |
protected void |
finalize() |
double |
get(int row,
int col) |
static long |
getCPtr(Matrix2x3d obj) |
double[][] |
getData() |
Vector3d |
row(int n) |
void |
set(int row,
int col,
double value) |
public Matrix2x3d(long cPtr,
boolean cMemoryOwn)
public Matrix2x3d()
public Matrix2x3d(double[][] data)
public static long getCPtr(Matrix2x3d obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public double get(int row,
int col)
public void set(int row,
int col,
double value)
public double[][] getData()
public Vector2d col(int n)
public Vector3d row(int n)