topical media & game development

talk show tell print

student-ar-org-libspark-flartoolkit-detector-FLARMultiMarkerDetectorResult.ax

student-ar-org-libspark-flartoolkit-detector-FLARMultiMarkerDetectorResult.ax [swf] flex


  package org.libspark.flartoolkit.detector 
  {
          import org.libspark.flartoolkit.core.FLARSquare;
          
          
...
author: 太郎(tarotaro.org)

  
          public class @ax-student-ar-org-libspark-flartoolkit-detector-FLARMultiMarkerDetectorResult {
  
                  internal var _codeId:int;
                  internal var _direction:int;
                  internal var _confidence:Number;
                  internal var _square:FLARSquare;
                  
                  public function @ax-student-ar-org-libspark-flartoolkit-detector-FLARMultiMarkerDetectorResult(id:int = 0, 
                                                                                                                  direction:int = 0, 
                                                                                                                  confidence:Number = NaN, 
                                                                                                                  square:FLARSquare = null)
                  {
                          this._codeId = id;
                          this._direction = direction;
                          this._confidence = confidence;
                          this._square = square;
                  }
                  
                  public function get codeId():int { return _codeId; }
                  public function get direction():int { return _direction; }
                  public function get confidence():Number { return _confidence; }
                  public function get square():FLARSquare { return _square; }
          }
          
  }


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.