public interface INyARRotMatrixOptimize
修飾子とタイプ | メソッドと説明 |
---|---|
double |
modifyMatrix(NyARRotMatrix_ARToolKit io_rot,
NyARDoublePoint3d i_trans,
NyARDoublePoint3d[] i_vertex3d,
NyARDoublePoint2d[] i_vertex2d)
この関数は、回転行列を最適化します。
|
double modifyMatrix(NyARRotMatrix_ARToolKit io_rot, NyARDoublePoint3d i_trans, NyARDoublePoint3d[] i_vertex3d, NyARDoublePoint2d[] i_vertex2d) throws NyARException
io_rot
- 最適化する回転行列を指定します。i_trans
- 平行移動量i_vertex3d
- 三次元オフセット座標i_vertex2d
- 理想座標系の頂点座標NyARException