public class NyARRotMatrixOptimize extends java.lang.Object implements INyARRotMatrixOptimize
NyARRotMatrixOptimize_O2
を使用してください。コンストラクタと説明 |
---|
NyARRotMatrixOptimize(NyARPerspectiveProjectionMatrix i_projection_mat_ref)
コンストラクタです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
modifyMatrix(NyARRotMatrix_ARToolKit io_rot,
NyARDoublePoint3d trans,
NyARDoublePoint3d[] i_vertex3d,
NyARDoublePoint2d[] i_vertex2d)
この関数は、回転行列を最適化します。
|
public NyARRotMatrixOptimize(NyARPerspectiveProjectionMatrix i_projection_mat_ref)
i_projection_mat_ref
- 射影変換オブジェクトの参照値。public double modifyMatrix(NyARRotMatrix_ARToolKit io_rot, NyARDoublePoint3d trans, NyARDoublePoint3d[] i_vertex3d, NyARDoublePoint2d[] i_vertex2d) throws NyARException
modifyMatrix
インタフェース内 INyARRotMatrixOptimize
io_rot
- 最適化する回転行列を指定します。trans
- 平行移動量i_vertex3d
- 三次元オフセット座標i_vertex2d
- 理想座標系の頂点座標NyARException