Packagecom.transmote.flar.utils.geom
Classpublic class FLARAwayGeomUtils



Public Methods
 MethodDefined by
  
FLARAwayGeomUtils
  
convertFLARMatrixToAwayMatrix(fm:FLARDoubleMatrix34, bMirror:Boolean = true):MatrixAway3D
[static] convert a FLARToolkit matrix to an Away3D matrix.
FLARAwayGeomUtils
Constructor detail
FLARAwayGeomUtils()constructor
public function FLARAwayGeomUtils()
Method detail
convertFLARMatrixToAwayMatrix()method
public static function convertFLARMatrixToAwayMatrix(fm:FLARDoubleMatrix34, bMirror:Boolean = true):MatrixAway3D

convert a FLARToolkit matrix to an Away3D matrix.

Parameters
fm:FLARDoubleMatrix34 — FLARToolkit FLARDoubleMatrix34 to convert.
 
bMirror:Boolean (default = true) — if true, this method will flip the resultant matrix horizontally (along the y-axis).

Returns
MatrixAway3D — Away3D MatrixAway3D generated from the FLARToolkit matrix.