public class NyARRotMatrix_ARToolKit_O2 extends NyARRotMatrix_ARToolKit
コンストラクタと説明 |
---|
NyARRotMatrix_ARToolKit_O2(NyARPerspectiveProjectionMatrix i_matrix)
コンストラクタです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
setAngle(double i_x,
double i_y,
double i_z)
ARToolKitスタイルの角度値を、行列にセットします。
|
getAngle, getAngle, initRotBySquare
getPoint3d, getPoint3dBatch, initRotByAngle, initRotByPrevResult
createArray, determinant, equals, getValue, getZXYAngle, inverse, loadIdentity, mul, setValue, setValue, setZXYAngle, setZXYAngle, transformVertex, transformVertex
public NyARRotMatrix_ARToolKit_O2(NyARPerspectiveProjectionMatrix i_matrix)
i_matrix
- 参照する射影変換オブジェクトpublic final void setAngle(double i_x, double i_y, double i_z)
NyARRotMatrix_ARToolKit
setAngle
クラス内 NyARRotMatrix_ARToolKit
i_x
- X軸の回転量。i_y
- Y軸の回転量。i_z
- Z軸の回転量。