org.mklab.nfc.matrix.util
クラス Matrix4

java.lang.Object
  上位を拡張 org.mklab.nfc.matrix.util.Matrix4

public class Matrix4
extends Object

4個の行列を結合するユーティリティクラスです。

バージョン:
$Revision: 1.2 $
作成者:
koga

コンストラクタの概要
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
 

コンストラクタの詳細

Matrix4

public Matrix4()
メソッドの詳細

matrix4

public static Matrix matrix4(Matrix a11,
                             Matrix a12,
                             Matrix a21,
                             Matrix a22)
4個の行列を結合した行列を返します。

パラメータ:
a11 - 11行列
a12 - 12行列
a21 - 21行列
a22 - 22行列
戻り値:
4個の行列を結合してできる行列