チェンジセット 3740

差分発生行の前後
無視リスト:
コミット日時:
2010/04/10 15:33:39 (3 年前)
コミッタ:
ericsoco
ログメッセージ:

added getSquare and getDirection to FLARMultiMarkerDetector

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/detector/FLARMultiMarkerDetector.as

    r3710 r3740  
    211211 
    212212                /** 
     213                 * added by ericsoco for compliance with FLARToolkit 1.0.0 
     214                 */ 
     215                public function getDirection(i_index:int):int 
     216                { 
     217                        // i don't see an easy hook for this, so deferring for now. 
     218                        return -1; 
     219                } 
     220                 
     221                /** 
     222                 * added by ericsoco for compliance with FLARToolkit 1.0.0 
     223                 */ 
     224                public function getSquare(i_index:int):NyARSquare 
     225                { 
     226                        return this._detect_cb.result_stack.getItem(i_index).square; 
     227                } 
     228 
     229                /** 
    213230                 * getTransmationMatrixの計算モードを設定します。 
    214231                 *