|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.matrix.Matrix4
public class Matrix4
4個の行列を結合してできる行列を求めるクラス
| コンストラクタの概要 | |
|---|---|
Matrix4()
|
|
| メソッドの概要 | |
|---|---|
static Matrix |
matrix4(Matrix a11,
Matrix a12,
Matrix a21,
Matrix a22)
4個の行列を結合する |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Matrix4()
| メソッドの詳細 |
|---|
public static Matrix matrix4(Matrix a11,
Matrix a12,
Matrix a21,
Matrix a22)
a11 - 11行列a12 - 12行列a21 - 21行列a22 - 22行列
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||