チェンジセット 3740
- コミット日時:
- 2010/04/10 15:33:39 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/detector/FLARMultiMarkerDetector.as
r3710 r3740 211 211 212 212 /** 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 /** 213 230 * getTransmationMatrixの計算モードを設定します。 214 231 *

