Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 FLARCameraSource
com.transmote.flar.source use the contents of a Camera feed as a source image for FLARToolkit marker detection.
 FLARGeomUtils
com.transmote.flar.utils collection of utils used for FLAR matrix transformation / conversion.
 FLARLoaderSource
com.transmote.flar.source use the contents of a Loader as a source image for FLARToolkit marker detection.
 FLARManager
com.transmote.flar manager for computer vision applications using FLARToolkit (http://www.libspark.org/wiki/saqoosha/FLARToolKit/en).
 FLARMarker
com.transmote.flar.marker container for information about a detected marker, including: - pattern and session ids; - centerpoint of marker; - corners of marker outline - Vector3D instance that describes x, y, and z location, and rotation (in the z-axis) of marker; - rotation of marker around x, y, and z axes.
 FLARMarkerEvent
com.transmote.flar.marker event with notification of a change in an active FLARMarker.
 FLARMarkerOutline
com.transmote.flar.marker wrapper for FLARSquare that provides: - centerpoint of marker; - Vector3D instance that describes x, y, and z location, and rotation (in the z-axis) of marker; - rotation of marker around x, y, and z axes; - a more accurately descriptive name.
 FLARMatrixSmoother_Average
com.transmote.flar.utils 
 FLARPattern
com.transmote.flar.pattern wrapper for all information needed by FLARToolkit to track an individual marker.
 FLARPatternLoader
com.transmote.flar.pattern manages loading FLARPatterns and instantiating corresponding FLARCodes.
 FLARProxy
com.transmote.flar.utils FLARProxy provides a way to test FLARToolkit applications with a mouse and keyboard.
 FLARPVGeomUtils
com.transmote.flar.utils 
 IFLARMatrixSmoother
com.transmote.flar.utils 
 IFLARSource
com.transmote.flar.source interface that defines a means of updating and accessing a BitmapData instance to be analyzed by FLARToolkit's marker detection.