public class Matrix3x3d
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Matrix3x3d() |
Matrix3x3d(double[][] data) |
Matrix3x3d(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
Matrix3x3d |
add(Matrix3x3d other) |
Vector3d |
col(int n) |
void |
delete() |
double |
det() |
protected void |
finalize() |
double |
get(int row,
int col) |
static long |
getCPtr(Matrix3x3d obj) |
double[][] |
getData() |
Matrix3x3d |
inv() |
Matrix3x3d |
mul(double c) |
Matrix3x3d |
mul(Matrix3x3d other) |
Vector3d |
mul(Vector3d other) |
Vector2d |
mulp(Vector2d other) |
Vector2d |
mulv(Vector2d other) |
Vector3d |
row(int n) |
void |
set(int row,
int col,
double value) |
Matrix3x3d |
sub(Matrix3x3d other) |
Matrix3x3d |
t() |
public Matrix3x3d(long cPtr,
boolean cMemoryOwn)
public Matrix3x3d()
public Matrix3x3d(double[][] data)
public static long getCPtr(Matrix3x3d 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 Matrix3x3d mul(Matrix3x3d other)
public Matrix3x3d mul(double c)
public Matrix3x3d add(Matrix3x3d other)
public Matrix3x3d sub(Matrix3x3d other)
public Matrix3x3d inv()
public Matrix3x3d t()
public double det()
public Vector3d col(int n)
public Vector3d row(int n)